Allow rbx failures

Just until the fix for rubinius/rubinius#1812 appears on Travis
This commit is contained in:
Andrew Haines 2012-11-12 20:58:39 +00:00
parent 95f93d3655
commit 02b3b17138
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ rvm:
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm:
- rbx-19mode
- ruby-head
before_script:
- sudo ci/install_phantomjs
- "export PATH=phantomjs/bin:$PATH"