free_mutant/.travis.yml
Markus Schirp 0d419aeeb0 Allow failures on rbx
Travis version is old and affected by array unpacking bug.
2014-01-12 00:19:02 +01:00

16 lines
242 B
YAML

language: ruby
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- rbx
matrix:
allow_failures:
- rvm: rbx
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change