From 5aa2abaf9f4938bb1474b125962680d51838c66f Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 21 Oct 2019 11:06:09 -0500 Subject: [PATCH] Cache VS Code in CI --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee09b940..bcf3307b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ jobs: - name: "MacOS build" os: osx if: tag IS blank - script: travis_wait 30 scripts/ci.bash + script: travis_wait 40 scripts/ci.bash - name: "Docker build" os: linux dist: trusty @@ -75,6 +75,5 @@ deploy: cache: yarn: true - timeout: 1000 directories: - - .cache + - build/vscode-1.39.2-source