free_mutant/.travis.yml
2014-09-24 21:04:30 +00:00

20 lines
397 B
YAML

language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.3
- rbx-2
matrix:
allow_failures:
- rvm: 2.1.3 # unparser needs to be patched for 2.1.3 parser changes
- rvm: rbx-2 # travis does not maintain rbx setup correctly
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change