From 1959d82912967ddabd23d8f0b604a75739e710bf Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 8 Jan 2020 13:20:50 -0600 Subject: [PATCH] Increase cache timeout The Mac build seems to be terminated due to a timeout during the caching stage. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5b45b7ce..c2a9d6ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,7 @@ deploy: condition: -n "$PUSH_DOCKER" cache: + timeout: 1000 yarn: true directories: - source -- GitLab