aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-09 12:02:11 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-10 21:45:59 +0200
commitb666e860600e55d37ba1d77119a4df34a0ac09d4 (patch)
tree161c5214fc069b5f97dd77f79aaf5325055d0be5
parent6de5fce1d394c47b9891f0652675aeaa8e668332 (diff)
downloadsonarqube-b666e860600e55d37ba1d77119a4df34a0ac09d4.tar.gz
sonarqube-b666e860600e55d37ba1d77119a4df34a0ac09d4.zip
Fix typo in travis.sh
-rwxr-xr-xtravis.sh2
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