From b666e860600e55d37ba1d77119a4df34a0ac09d4 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 9 Oct 2017 12:02:11 +0200 Subject: [PATCH] Fix typo in travis.sh --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5