2012-07-26 19:25:23 +02:00
|
|
|
language: ruby
|
2013-07-29 16:20:54 -07:00
|
|
|
script: "bundle exec rake ci"
|
2014-05-07 15:53:17 +00:00
|
|
|
env:
|
|
|
|
- TRAVIS=true
|
2013-08-05 00:17:20 -07:00
|
|
|
rvm:
|
|
|
|
- 1.9.3
|
|
|
|
- 2.0.0
|
2014-06-08 13:19:33 +00:00
|
|
|
- 2.1.2
|
2014-05-27 17:15:01 +02:00
|
|
|
- rbx-2
|
2014-06-25 17:03:03 +00:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- rvm: 2.1.2 # still segfaults on stack overflow on define_method
|
2014-07-29 03:39:48 +00:00
|
|
|
- rvm: rbx-2 # Travis does not take care about RBX
|
2012-07-26 19:25:23 +02:00
|
|
|
notifications:
|
2013-06-02 22:11:30 +02:00
|
|
|
irc:
|
|
|
|
channels:
|
2013-07-29 22:16:01 +02:00
|
|
|
- irc.freenode.org#mutant
|
2013-06-02 22:11:30 +02:00
|
|
|
on_success: never
|
|
|
|
on_failure: change
|