free_mutant/.travis.yml
Markus Schirp 6f0224afd6 Add ruby 2.0 to allowed failures on travis
* We see 50% of the builds for 2.0 failing for probably travis specific reasons.
* Other CIs / local environments are fine on 2.0
2015-04-28 02:41:41 +00:00

20 lines
292 B
YAML

sudo: false
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- '2.0'
- '2.1'
- '2.2'
- rbx
matrix:
allow_failures:
- rvm: rbx
- rvm: '2.0'
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change