diff options
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 43614ecac43..f6f5977cc52 100755 --- a/travis.sh +++ b/travis.sh @@ -10,7 +10,7 @@ set -euo pipefail # at each build. # function installJdk8 { - echo "Setup JDK 1.8u131" + echo "Setup JDK 1.8u144" mkdir -p ~/jvm pushd ~/jvm > /dev/null if [ ! -d "jdk1.8.0_144" ]; then |