Skip to content

Commit

Permalink
fix travis (#52)
Browse files Browse the repository at this point in the history
- use xenial
- disable mono 18 on xenial who doesnt install
  • Loading branch information
enricosada authored May 16, 2019
1 parent 43b4824 commit 1f0b1a7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,23 @@ script:
matrix:
include:
- os: linux
dist: trusty
sudo: required
dist: xenial
mono: 5.16.0
env: UnstableTests=false
- os: osx
osx_image: xcode9
mono: 5.16.0
env: UnstableTests=false
- os: linux
dist: trusty
sudo: required
dist: xenial
mono: 5.16.0
env: UnstableTests=true
- os: osx
osx_image: xcode9
mono: 5.16.0
env: UnstableTests=true
- os: linux
dist: trusty
sudo: required
dist: xenial
mono: 5.18.0
env: UnstableTests=false
- os: osx
Expand All @@ -42,3 +39,5 @@ matrix:
allow_failures:
# unstable tests may fail
- env: UnstableTests=true
- dist: xenial
mono: 5.18.0

0 comments on commit 1f0b1a7

Please sign in to comment.