free_mutant/.travis.yml

21 lines
292 B
YAML
Raw Normal View History

sudo: false
language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- '2.0'
- '2.1'
2015-02-15 13:32:13 -05:00
- '2.2'
2015-01-14 06:04:45 -05:00
- rbx
2014-06-25 13:03:03 -04:00
matrix:
allow_failures:
2015-01-14 06:04:45 -05:00
- rvm: rbx
- rvm: '2.0'
notifications:
irc:
channels:
2013-07-29 16:16:01 -04:00
- irc.freenode.org#mutant
on_success: never
on_failure: change