Skip to content

Commit

Permalink
Merge pull request #303 from dsyme/upd1
Browse files Browse the repository at this point in the history
update to assume TPs are built with .NET SDK
  • Loading branch information
dsyme authored May 7, 2019
2 parents c8fc89b + faa4e60 commit f97f77b
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 235 deletions.
22 changes: 6 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,18 @@ dist: trusty

matrix:
include:
- mono: latest
env: USE_DOTNET_CLI=1
os: osx
- mono: 5.12.0
env: USE_MSBUILD=1
- mono: 5.16.0
os: linux
- mono: latest
env: USE_MSBUILD=1
os: osx
- mono: latest
env: USE_MSBUILD=1
os: linux

sudo: true # use the new container-based Travis infrastructure

script:
- ./build.sh All

allow_failures:
- mono: weekly
env: USE_MSBUILD=1
os: linux
- mono: nightly
env: USE_MSBUILD=1
os: linux
#allow_failures:
# - mono: weekly
# os: linux
# - mono: nightly
# os: linux
Loading

0 comments on commit f97f77b

Please sign in to comment.