Skip to content

Commit 167ee83

Browse files
authored
Use openjdk 9 instead of oraclejdk 9
1 parent 2f2e155 commit 167ee83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ addons:
2121
- gcc-6
2222

2323
script:
24-
- if [[ $TRAVIS_OS_NAME != osx && $NQP_OPTIONS =~ jvm ]]; then sudo -E apt-get install oracle-java9-installer; fi
24+
- if [[ $TRAVIS_OS_NAME != osx && $NQP_OPTIONS =~ jvm ]]; then sudo -E apt-get install openjdk-9-jdk; fi
2525
- perl Configure.pl $NQP_OPTIONS
2626
- make test
2727
- make install

0 commit comments

Comments
 (0)