Skip to content

Commit

Permalink
Stop setting cache timeout in TravisCI
Browse files Browse the repository at this point in the history
It refers to the caching command timeout, not how long before the caches
expire as I had thought.
  • Loading branch information
lukeyeager committed Jul 15, 2016
1 parent 50c9a0f commit a110ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a110ac7

Please sign in to comment.