summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuke Yeager <luke.yeager@gmail.com>2016-06-01 10:37:14 -0700
committerLuke Yeager <luke.yeager@gmail.com>2016-06-01 10:49:59 -0700
commit994a033a725c23811dc50e4b2874450a45f2ecd1 (patch)
treec0f77cf7bb69ba6dd30a721a00dd9412e26fdc0a /.travis.yml
parent6f154636575fb3f53796230e7155fb04a0b6300c (diff)
downloadcaffe-994a033a725c23811dc50e4b2874450a45f2ecd1.tar.gz
caffe-994a033a725c23811dc50e4b2874450a45f2ecd1.tar.bz2
caffe-994a033a725c23811dc50e4b2874450a45f2ecd1.zip
Cache protobuf3 build in TravisCI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 92d740cd..4849a7ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,10 @@ env:
- BUILD_NAME="cudnn-cmake" WITH_CMAKE=true WITH_CUDA=true WITH_CUDNN=true
cache:
+ timeout: 604800 # 1 week
apt: true
+ directories:
+ - ~/protobuf3
before_install:
- source ./scripts/travis/defaults.sh