free_mutant/.travis.yml
2014-03-30 15:09:52 +00:00

16 lines
242 B
YAML

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