mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Allow rbx failures
Just until the fix for rubinius/rubinius#1812 appears on Travis
This commit is contained in:
parent
95f93d3655
commit
02b3b17138
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ rvm:
|
||||||
- ruby-head
|
- ruby-head
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm:
|
||||||
|
- rbx-19mode
|
||||||
|
- ruby-head
|
||||||
before_script:
|
before_script:
|
||||||
- sudo ci/install_phantomjs
|
- sudo ci/install_phantomjs
|
||||||
- "export PATH=phantomjs/bin:$PATH"
|
- "export PATH=phantomjs/bin:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue