Skip to content

Commit

Permalink
Travis: fixed mono allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Feb 25, 2017
1 parent 69cd5f1 commit 50e7e03
Showing 1 changed file with 22 additions and 46 deletions.
68 changes: 22 additions & 46 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,54 +1,30 @@
---
language: csharp

os:
- osx
- linux

dist: trusty
sudo: required

dotnet: 1.0.0-preview2-003121

mono:
- 4.6.1
- 4.8.0
- weekly
- latest

env:
- CLI_VERSION=1.0.0-rc4-004771

matrix:
fast_finish: true # just fail immediately if at least one job fails
include:
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
mono: 4.8.0
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
mono: 4.6.1
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
mono: weekly
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
mono: latest
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: osx # OSX 10.11
osx_image: xcode7.3
mono: 4.8.0
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: osx # OSX 10.11
osx_image: xcode7.3
mono: 4.6.1
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: osx # OSX 10.11
osx_image: xcode7.3
mono: weekly
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121
- os: osx # OSX 10.11
osx_image: xcode7.3
mono: latest
env: CLI_VERSION=1.0.0-rc4-004771
dotnet: 1.0.0-preview2-003121

allow_failures:
- mono: weekly
- mono: latest

install:
- rvm install 2.2.3
- gem install bundler
Expand Down

0 comments on commit 50e7e03

Please sign in to comment.