Skip to content

Commit

Permalink
Mark JRuby as allow_failure for now
Browse files Browse the repository at this point in the history
Due to travis-ci/travis-ci#3067 and rvm/rvm#3242, Travis
currently using JRuby HEAD, which doesn't play well with our test suite.
  • Loading branch information
Prem Sichanugrist committed Dec 30, 2014
1 parent bed6e25 commit 7c8e80b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ gemfile:
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_0.gemfile

matrix:
allow_failures:
- rvm: jruby-19mode

before_install: "gem install bundler"
script: "bundle exec rake test"

0 comments on commit 7c8e80b

Please sign in to comment.