mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Sick of jruby breaking travis
This commit is contained in:
parent
10d0df2622
commit
4ea2f6f7ed
1 changed files with 6 additions and 1 deletions
|
@ -7,4 +7,9 @@ rvm:
|
||||||
|
|
||||||
script: "bundle exec rake test"
|
script: "bundle exec rake test"
|
||||||
|
|
||||||
env: TEST=true
|
env: TEST=true
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: jruby-18mode
|
||||||
|
- rvm: jruby-19mode
|
Loading…
Reference in a new issue