]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typo in travis.sh
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Oct 2017 10:02:11 +0000 (12:02 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 10 Oct 2017 19:45:59 +0000 (21:45 +0200)
travis.sh

index 43614ecac43ffc76b50851b038f5e1d3863e289b..f6f5977cc5261621a87a651fdc9dd67172fa6c4d 100755 (executable)
--- 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