Skip to content

Commit d84466d

Browse files
committed
Create TARGET_DIR
1 parent 5ffdcdd commit d84466d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ before_install:
33
- LOCAL_DIR=${HOME}/.cache/openjdk
44
- TARGET_DIR=${HOME}/openjdk11
55
- mkdir -p ${LOCAL_DIR}
6+
- mkdir -p ${TARGET_DIR}
67
- DOWNLOAD_URL="https://pmd-code.org/openjdk/jdk-11.0.7%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.7_10.tar.gz"
78
- OPENJDK_ARCHIVE=$(basename $DOWNLOAD_URL)
89
- if [ ! -e ${LOCAL_DIR}/${OPENJDK_ARCHIVE} ]; then wget --directory-prefix ${LOCAL_DIR} --timestamping --continue ${DOWNLOAD_URL}; fi

0 commit comments

Comments
 (0)