Skip to content

Commit

Permalink
Revert "travis ci: try to combine donetcore & mono"
Browse files Browse the repository at this point in the history
This reverts commit 316bfc6.
  • Loading branch information
AndrewKostousov committed Jan 6, 2018
1 parent 316bfc6 commit 96781ed
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dist: trusty
sudo: false
language: csharp
dotnet: 2.0.0
mono: latest
matrix:
include:
- dotnet: 2.0.0
mono: none
env: DOTNETCORE=1
- mono: latest
script:
- dotnet restore ./GrEmit.sln --verbosity m
- dotnet build --configuration Release ./GrEmit.sln
- dotnet test --no-build --configuration Release ./GrEmit.Tests/GrEmit.Tests.csproj

- ./test-by-travis.sh

0 comments on commit 96781ed

Please sign in to comment.