Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Nishant authored Jul 9, 2020
1 parent ffc557b commit aacabae
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 @@ -6,6 +6,6 @@ dotnet: 3.1.201
dist: xenial
install:
- dotnet restore
- dotnet build Mond.Repl -f netcoreapp3.1
- dotnet build Mond.Repl -f netcoreapp3.1 --no-restore
script:
- dotnet run -p ./Mond.Tests/Mond.Tests.csproj -c Release

0 comments on commit aacabae

Please sign in to comment.