Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Test jruby-head (and allow failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Dec 2, 2014
1 parent d514d6f commit 15d6dc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,9 @@ services:
env:
- JRUBY_OPTS="--dev -Xcext.enabled=false -Xcompile.invokedynamic=false"

rvm: jruby-1.7.16
rvm:
- jruby-1.7.16
- jruby-head

bundler_args: --deployment --binstubs --jobs=3 --retry=3

Expand All @@ -22,3 +24,7 @@ sudo: false
before_script: cp config/worker.example.yml config/worker.yml

script: bin/rspec spec

matrix:
allow_failures:
- rvm: jruby-head

0 comments on commit 15d6dc3

Please sign in to comment.