6f0224afd6
* We see 50% of the builds for 2.0 failing for probably travis specific reasons. * Other CIs / local environments are fine on 2.0
20 lines
292 B
YAML
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
|