Skip to content

Commit

Permalink
fixing travis.yml to work in Jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed May 5, 2015
1 parent af4b3e8 commit 3cde0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ env:
matrix:
include:
- rvm: jruby-19mode
gemfile: gemfiles/Gemfile.rails-3.2.x
env: "JRUBY_OPTS=-Xcext.enabled=true"
env: JRUBY_OPTS=-Xcext.enabled=true

allow_failures:
- rvm: ruby-head
- env: "RAILS_VERSION=master"

0 comments on commit 3cde0a1

Please sign in to comment.