Skip to content

Commit

Permalink
Trying to only run the compiler tests. The application tests seem to …
Browse files Browse the repository at this point in the history
…keep running
  • Loading branch information
Baudin999 committed Dec 23, 2019
1 parent c9f839d commit 5f66fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mono: none
script:
- sudo snap alias dotnet-sdk.dotnet dotnet
- dotnet build --configuration Release
- dotnet test
- dotnet test ./CompilerTests
before_deploy:
- NAME=$(git describe --tag --abbrev=0)
- bash ./release.sh $NAME $ZDragon_GitHub_Token
Expand Down

0 comments on commit 5f66fe0

Please sign in to comment.