Browse Source

Fix typo in travis.sh

tags/6.7-RC1
Simon Brandhof 6 years ago
parent
commit
b666e86060
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      travis.sh

+ 1
- 1
travis.sh View File

@@ -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

Loading…
Cancel
Save