Skip to content

Commit d31323f

Browse files
committed
Simplify JRuby entry on travis
The JRuby env var was being set to all builds on the matrix
1 parent 4594255 commit d31323f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ rvm:
1111
- ruby-2.2.4
1212
- ruby-2.2.2
1313
- ruby-2.3.0-preview2
14-
- jruby-head
1514
matrix:
1615
exclude:
1716
- os: linux
@@ -24,8 +23,9 @@ matrix:
2423
rvm: ruby-2.0.0-p648
2524
- os: osx
2625
rvm: ruby-2.3.0-preview2
27-
env:
28-
- JRUBY_OPTS="-Xcli.debug=true --debug"
26+
include:
27+
- rvm: jruby-head
28+
env: JRUBY_OPTS="-Xcli.debug=true --debug"
2929
addons:
3030
code_climate:
3131
repo_token: 60d9731d654527cb53aabc7db15bcde87d701ddb6b1cba8fc0da6aba16d00bb1

0 commit comments

Comments
 (0)