Update .travis.yml

This commit is contained in:
James Peters 2021-07-13 20:31:30 +01:00
parent 1d3ba82e14
commit e5488a3d76
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ dist: trusty
before_install:
- cd BuildTools
#- bash build-pre1.17.sh
- bash build-pre1.17.sh
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- chmod +x $TRAVIS_BUILD_DIR/BuildTools/install-jdk.sh
- export JAVA_HOME=$HOME/openjdk16