Skip to content

Commit

Permalink
Added JRuby to the allowed failures of the CI. Ref jruby/jruby#751
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 1, 2014
1 parent 33b484d commit eeba55f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: ruby
script: 'bundle exec rake test:coverage'
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.0.0
- 2.1.0
Expand All @@ -8,5 +8,12 @@ rvm:
- rbx-2

matrix:
include:
- rvm: jruby
env: JRUBY_OPTS="--2.0"
- rvm: jruby-head
env: JRUBY_OPTS="--2.1"
allow_failures:
- rvm: rbx-2
- rvm: jruby
- rvm: jruby-head

0 comments on commit eeba55f

Please sign in to comment.