Skip to content

Commit

Permalink
💚 Try to upgrade Travis env. and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
circlespainter committed Jun 20, 2016
1 parent c5f8707 commit 7d4712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/pre_build.sh
Expand Up @@ -13,7 +13,7 @@ if [[ ${JAVA_VER} == "18" ]]; then
sudo apt-get -y install oracle-java8-installer
ls -al /usr/lib/jvm
sudo ln -s /usr/lib/jvm/java-8-oracle /usr/lib/jvm/default-java
sudo jdk_switcher use oraclejdk8
jdk_switcher use oraclejdk8
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
echo ${JAVA_HOME}
java -version
Expand Down

0 comments on commit 7d4712f

Please sign in to comment.