Browse Source

Use dotnet 2.0.0 for travis

pull/1145/head
Nikita Tsukanov 9 years ago
parent
commit
4722e636c6
  1. 2
      .travis.yml

2
.travis.yml

@ -9,7 +9,7 @@ env:
- DOTNET_CLI_TELEMETRY_OPTOUT=1
mono:
- latest
dotnet: 1.0.1
dotnet: 2.0.0
script:
- ./build.sh --target "Travis" --platform "Mono" --configuration "Release"
notifications:

Loading…
Cancel
Save