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

Commit

Permalink
set JRUBY_OPTS for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Aug 6, 2012
1 parent 72fd7ab commit 2cfb9b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,8 +5,8 @@ rvm:
- jruby-19mode
- rbx-19mode
env:
- CI=true RAILS_ENV=test RBXOPT=-X19 DB=mysql
- CI=true RAILS_ENV=test RBXOPT=-X19 DB=postgres
- CI=true RAILS_ENV=test RBXOPT=-X19 DB=sqlite
- CI=true RAILS_ENV=test JRUBY_OPTS=--1.9 RBXOPT=-X19 DB=mysql
- CI=true RAILS_ENV=test JRUBY_OPTS=--1.9 RBXOPT=-X19 DB=postgres
- CI=true RAILS_ENV=test JRUBY_OPTS=--1.9 RBXOPT=-X19 DB=sqlite
before_script: "./spec/ci/before_script.sh"
script: "bundle exec rake spec"

0 comments on commit 2cfb9b4

Please sign in to comment.