Bad version in travis.yml

This commit is contained in:
Cinder Biscuits
2019-06-08 15:58:01 -05:00
parent a5f3830ff6
commit abfbcb04cd

View File

@@ -6,7 +6,7 @@ matrix:
- os: linux # ubuntu 14.04
dist: trusty
sudo: required
dotnet: 2.2.300
dotnet: 2.2
mono: none
script:
- dotnet --info
@@ -14,7 +14,7 @@ matrix:
- dotnet build --runtime linux-x64
- os: osx # OSX 10.12
osx_image: xcode9.2
dotnet: 2.2.300
dotnet: 2.2
mono: none
script:
- dotnet --info