From: Luke Yeager Date: Fri, 15 Jul 2016 21:12:01 +0000 (-0700) Subject: Stop setting cache timeout in TravisCI X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a110ac7c2ad9e0966a02ba360327907cd2646dd4;p=platform%2Fupstream%2Fcaffe.git Stop setting cache timeout in TravisCI It refers to the caching command timeout, not how long before the caches expire as I had thought. --- diff --git a/.travis.yml b/.travis.yml index 4849a7a..3297954 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