diff options
| author | Zeyla Hellyer <[email protected]> | 2018-01-07 19:48:16 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-01-07 19:48:16 -0800 |
| commit | e3aee3a1480e4ce1287371cc77c06878410bb0f3 (patch) | |
| tree | 28e61464ef66ef92441be3447d1473ca55b605b1 | |
| parent | Fix compilation (diff) | |
| download | serenity-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.yml | 1 |
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 |