Stop setting cache timeout in TravisCI
authorLuke Yeager <luke.yeager@gmail.com>
Fri, 15 Jul 2016 21:12:01 +0000 (14:12 -0700)
committerLuke Yeager <luke.yeager@gmail.com>
Fri, 15 Jul 2016 21:12:01 +0000 (14:12 -0700)
It refers to the caching command timeout, not how long before the caches
expire as I had thought.

.travis.yml

index 4849a7a..3297954 100644 (file)
@@ -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