Update .travis.yml
I re-enabled Rubinius and set `allow_failures` per the docs here http://about.travis-ci.org/docs/user/build-configuration/. Hopefully I did that correctly. It seems that allowing failures would be better than adding and removing Rubinius. That way, when it fails, it's easy to point us to a failure.
This commit is contained in:
parent
66531dc803
commit
ebe155879e
|
@ -1,7 +1,11 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
|
- rbx-19mode
|
||||||
before_script:
|
before_script:
|
||||||
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
|
- 'RAILS_ENV=test rake db:create db:schema:load --trace'
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#travis"
|
irc: "irc.freenode.org#travis"
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: rbx-19mode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user