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

Skip to content

Commit 9f3cb9f

Browse files
committed
remove listing of cache dir.
1 parent db81d1d commit 9f3cb9f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.travis.yml

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

35-
before_cache:
36-
- test -z "$ORACLE_ZIP_DIR" && ls -la $ORACLE_ZIP_DIR
37-
3835
before_install:
3936
# On trusty, download the zip file into a cachable directory
4037
- test "$DIST" = precise || export ORACLE_ZIP_DIR=$HOME/.cache
41-
- echo zipdir is $ORACLE_ZIP_DIR
42-
- test -z "$ORACLE_ZIP_DIR" && ls -la $ORACLE_ZIP_DIR
43-
4438
# If the zip file already exists, do not download it again
4539
- test -f "$ORACLE_ZIP_DIR"/$(basename $ORACLE_FILE) || bash .travis/oracle/download.sh
4640

0 commit comments

Comments
 (0)