Commit 9fe5f76e authored by Jeremy Mikola's avatar Jeremy Mikola

Add pip directory to Travis cache

parent 689d12b8
...@@ -7,6 +7,10 @@ addons: ...@@ -7,6 +7,10 @@ addons:
packages: packages:
- gdb - gdb
cache:
directories:
- ${HOME}/.cache/pip
env: env:
global: global:
- DRIVER_VERSION=1.4.0RC1 - DRIVER_VERSION=1.4.0RC1
...@@ -54,6 +58,9 @@ before_script: ...@@ -54,6 +58,9 @@ before_script:
script: script:
- vendor/bin/phpunit -v - vendor/bin/phpunit -v
before_cache:
- rm -f ${HOME}/.cache/pip/log/debug.log
after_failure: after_failure:
- find . -name 'core*' -exec ${TRAVIS_BUILD_DIR}/.travis/debug-core.sh {} \; - find . -name 'core*' -exec ${TRAVIS_BUILD_DIR}/.travis/debug-core.sh {} \;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment