free_mutant/.travis.yml
2014-06-08 16:03:14 +00:00

15 lines
224 B
YAML

language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- rbx-2
notifications:
irc:
channels:
- irc.freenode.org#mutant
on_success: never
on_failure: change