Skip to content

Commit 7b267aa

Browse files
committed
downgrade jdk version
1 parent f033e43 commit 7b267aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
jdk: openjdk11
2+
jdk: openjdk8
33

44
cache:
55
directories:
@@ -14,10 +14,8 @@ before_install:
1414
# - sudo chmod +x ./cova/localLibs/install_local_libs.sh is now +x in repo
1515
- ./cova/localLibs/install_local_libs.sh
1616
- export LD_LIBRARY_PATH="$REPO_LOCATION/cova/localLibs/z3-4.5.0-x64-ubuntu/bin"
17-
- echo "ld_library_path"
1817
- echo $LD_LIBRARY_PATH
1918
- stat $LD_LIBRARY_PATH
20-
- echo "java_home:"
2119
- echo $JAVA_HOME
2220
- ls -a $JAVA_HOME
2321
- ls -a $JAVA_HOME/lib

0 commit comments

Comments
 (0)