Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd00941

Browse files
committed
travis cahc e test
1 parent 41d1476 commit fd00941

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,16 @@ cache:
3232
- .cache
3333
- $HOME/.cache
3434

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+
3541
before_install:
3642
- echo zipdir is $ORACLE_ZIP_DIR
37-
- ls -la $ORACLE_ZIP_DIR
38-
- ls -la .cache
39-
40-
before_cache:
41-
- ls -la $ORACLE_ZIP_DIR
42-
- ls -la .cache
43+
- test "$ORACLE_ZIP_DIR" && ls -la $ORACLE_ZIP_DIR
44+
- test .cache && ls -laR .cache
4345

4446
# On trusty, download the zip file into a cachable directory
4547
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache

0 commit comments

Comments
 (0)