Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Run the travis tests on jruby-head as well
Browse files Browse the repository at this point in the history
  • Loading branch information
grddev committed Feb 5, 2015
1 parent 5a6b053 commit 8b41f54
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
bundler_args: --without development
rvm:
- jruby
env:
- JRUBY_OPTS=--1.9
- JRUBY_OPTS=--2.0
jdk:
- openjdk7
matrix:
include:
- rvm: jruby
env: JRUBY_OPTS=--1.9
- rvm: jruby
env: JRUBY_OPTS=--2.0
- rvm: jruby-head

0 comments on commit 8b41f54

Please sign in to comment.