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 41d1476 commit fd00941Copy full SHA for fd00941
1 file changed
.travis.yml
@@ -32,14 +32,16 @@ cache:
32
- .cache
33
- $HOME/.cache
34
35
+before_cache:
36
+ - test "$ORACLE_ZIP_DIR" && ls -la $ORACLE_ZIP_DIR
37
+ - test .cache && ls -laR .cache
38
+ - ls -la $HOME
39
+ - ls -la .
40
+
41
before_install:
42
- echo zipdir is $ORACLE_ZIP_DIR
- - ls -la $ORACLE_ZIP_DIR
- - ls -la .cache
-
-before_cache:
43
44
45
46
# On trusty, download the zip file into a cachable directory
47
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
0 commit comments