summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuke Yeager <luke.yeager@gmail.com>2016-07-15 14:12:01 -0700
committerLuke Yeager <luke.yeager@gmail.com>2016-07-15 14:12:01 -0700
commita110ac7c2ad9e0966a02ba360327907cd2646dd4 (patch)
tree82aa838e3a378ffc78581612211330c7f2f5eb2d /.travis.yml
parent50c9a0fc8eed0101657e9f8da164d88f66242aeb (diff)
downloadcaffe-a110ac7c2ad9e0966a02ba360327907cd2646dd4.tar.gz
caffe-a110ac7c2ad9e0966a02ba360327907cd2646dd4.tar.bz2
caffe-a110ac7c2ad9e0966a02ba360327907cd2646dd4.zip
Stop setting cache timeout in TravisCI
It refers to the caching command timeout, not how long before the caches expire as I had thought.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4849a7ac..32979547 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,6 @@ env:
- BUILD_NAME="cudnn-cmake" WITH_CMAKE=true WITH_CUDA=true WITH_CUDNN=true
cache:
- timeout: 604800 # 1 week
apt: true
directories:
- ~/protobuf3