free_mutant/.travis.yml

20 lines
375 B
YAML
Raw Normal View History

language: ruby
script: "bundle exec rake ci"
env:
- TRAVIS=true
rvm:
- 1.9.3
- 2.0.0
2014-06-08 09:19:33 -04:00
- 2.1.2
- rbx-2
2014-06-25 13:03:03 -04:00
matrix:
allow_failures:
- rvm: 2.1.2 # still segfaults on stack overflow on define_method
2014-07-28 23:39:48 -04:00
- rvm: rbx-2 # Travis does not take care about RBX
notifications:
irc:
channels:
2013-07-29 16:16:01 -04:00
- irc.freenode.org#mutant
on_success: never
on_failure: change