Monkey with travis.yml

This commit is contained in:
Cinder Biscuits
2019-06-08 15:53:59 -05:00
parent 6823b924f4
commit a5f3830ff6

View File

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