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

Skip to content

Commit 085ce43

Browse files
committed
travis cahc e test
1 parent dcff3e3 commit 085ce43

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,17 @@ addons:
3030
cache:
3131
directories:
3232
- .cache
33+
- $HOME/.cache
3334

3435
before_install:
36+
- 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+
3544
# On trusty, download the zip file into a cachable directory
3645
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
3746
# If the zip file already exists, do not download it again

0 commit comments

Comments
 (0)