Skip to content

Commit

Permalink
Tweak Travis allowed failures
Browse files Browse the repository at this point in the history
elia committed Jul 31, 2015
1 parent 461cd1f commit 5f66624
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
language: ruby

rvm:
- 2.2
- 2.1
- 2.0
- 1.9.3

script: rake $RUN
sudo: false

fast_finish: true
script: rake $RUN

matrix:
include:
- env: RUN=default
- env: RUN=zepto
- rvm: 2.2
- rvm: 2.1
- rvm: 1.9.3
- rvm: 2.0

# We use 2.1.4 to differentiate the rvm version
# as travis doesn't allow failures by env.
- rvm: 2.1.4
env: RUN=zepto

allow_failures:
- env: RUN=zepto
allow_failures:
- rvm: 2.1.4

0 comments on commit 5f66624

Please sign in to comment.