Skip to content

Commit 9fe5f76

Browse files
committed
Add pip directory to Travis cache
1 parent 689d12b commit 9fe5f76

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ addons:
77
packages:
88
- gdb
99

10+
cache:
11+
directories:
12+
- ${HOME}/.cache/pip
13+
1014
env:
1115
global:
1216
- DRIVER_VERSION=1.4.0RC1
@@ -54,6 +58,9 @@ before_script:
5458
script:
5559
- vendor/bin/phpunit -v
5660

61+
before_cache:
62+
- rm -f ${HOME}/.cache/pip/log/debug.log
63+
5764
after_failure:
5865
- find . -name 'core*' -exec ${TRAVIS_BUILD_DIR}/.travis/debug-core.sh {} \;
5966

0 commit comments

Comments
 (0)