Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nilproject committed May 3, 2018
1 parent d734d68 commit 19bb82b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ script:
- dotnet clean
- dotnet restore
- dotnet build -c Release
- cd ../FunctionalTests
- dotnet test -c Release
- cd ../IntegrationTests
- dotnet test -c Release
- cd ../FunctionalTests
- dotnet ./tt4/tiny-t4.dll
- dotnet test -c Release

0 comments on commit 19bb82b

Please sign in to comment.