Skip to content

Commit

Permalink
Upgrade JDK-9 to build ea+170
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed May 23, 2017
1 parent d6d75ab commit e0df0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ matrix:
- jdk: oraclejdk9
install:
- cd ..
- wget http://download.java.net/java/jdk9/archive/168/binaries/jdk-9-ea+168_linux-x64_bin.tar.gz
- tar -xzf jdk-9-ea+168_linux-x64_bin.tar.gz
- wget http://download.java.net/java/jdk9/archive/170/binaries/jdk-9-ea+170_linux-x64_bin.tar.gz
- tar -xzf jdk-9-ea+170_linux-x64_bin.tar.gz
- export JAVA_HOME=$PWD/jdk-9
- PATH=$JAVA_HOME/bin:$PATH
- cd -
Expand Down

0 comments on commit e0df0a2

Please sign in to comment.