free_mutant/.travis.yml

18 lines
263 B
YAML

language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
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