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 dcff3e3 commit 085ce43Copy full SHA for 085ce43
1 file changed
.travis.yml
@@ -30,8 +30,17 @@ addons:
30
cache:
31
directories:
32
- .cache
33
+ - $HOME/.cache
34
35
before_install:
36
+ - echo zipdir is $ORACLE_ZIP_DIR
37
+ - ls -la $ORACLE_ZIP_DIR
38
+ - ls -la .cache
39
+
40
+before_cache:
41
42
43
44
# On trusty, download the zip file into a cachable directory
45
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
46
# If the zip file already exists, do not download it again
0 commit comments