Skip to content

Commit

Permalink
debug travis jvm picker vs commands in before_install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Jan 20, 2019
1 parent 688bcf9 commit 893c432
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
os:
- linux
- osx

rvm:
- 1.9.3
- jruby-9.1.9.0
- rbx-3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head

sudo: false

Expand All @@ -24,6 +15,9 @@ before_install:
- ruby -e "system('gem update --system') if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.3')"
- gem install bundler --version '~> 1.17'

before_script:
- 'export JAVA_OPTS="${JAVA_OPTS_FOR_SPECS}"'

env:
global:
matrix:
Expand All @@ -38,8 +32,8 @@ matrix:
- env: "CHILDPROCESS_POSIX_SPAWN=true"
include:
- rvm: jruby-9.2.5.0
jvm: openjdk11
env: "JAVA_OPTS='--add-opens java.base/java.io=org.jruby.dist --add-opens java.base/sun.nio.ch=org.jruby.dist'"
jdk: openjdk11
env: "JAVA_OPTS_FOR_SPECS='--add-opens java.base/java.io=org.jruby.dist --add-opens java.base/sun.nio.ch=org.jruby.dist'"
exclude:
# Travis does not provide 1.9.3 on OSX
- rvm: 1.9.3
Expand Down

0 comments on commit 893c432

Please sign in to comment.