Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db81d1d commit 9f3cb9fCopy full SHA for 9f3cb9f
1 file changed
.travis.yml
@@ -32,15 +32,9 @@ cache:
32
- .cache
33
- $HOME/.cache
34
35
-before_cache:
36
- - test -z "$ORACLE_ZIP_DIR" && ls -la $ORACLE_ZIP_DIR
37
-
38
before_install:
39
# On trusty, download the zip file into a cachable directory
40
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
41
- - echo zipdir is $ORACLE_ZIP_DIR
42
43
44
# If the zip file already exists, do not download it again
45
- test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
46
0 commit comments