aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-07 19:48:16 -0800
committerZeyla Hellyer <[email protected]>2018-01-07 19:48:16 -0800
commite3aee3a1480e4ce1287371cc77c06878410bb0f3 (patch)
tree28e61464ef66ef92441be3447d1473ca55b605b1
parentFix compilation (diff)
downloadserenity-e3aee3a1480e4ce1287371cc77c06878410bb0f3.tar.xz
serenity-e3aee3a1480e4ce1287371cc77c06878410bb0f3.zip
Set a travis caching timeout of 900 seconds
Increased from the previous set 180 seconds, which was timing out and causing future builds to always re-compile dependencies.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b2304a0..715cf83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ os:
- osx
cache:
cargo: true
+ timeout: 900
matrix:
allow_failures:
- nightly