Skip to content

Commit

Permalink
Merge pull request #85 from PragTob/simplify-jruby-yml
Browse files Browse the repository at this point in the history
Simplify .travis.yml as jruby-head is in 2.2 mode by default
  • Loading branch information
Trung Lê committed Feb 5, 2015
2 parents 29a70b1 + d48286d commit 4cbeb03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -12,13 +12,8 @@ rvm:
- 2.1.5
- 2.2
- rbx-2
- jruby-head

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

0 comments on commit 4cbeb03

Please sign in to comment.