Archived
1
0

Cache VS Code in CI

This commit is contained in:
Asher 2019-10-21 11:06:09 -05:00
parent fdb2308c62
commit 5aa2abaf9f
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -30,7 +30,7 @@ jobs:
- name: "MacOS build" - name: "MacOS build"
os: osx os: osx
if: tag IS blank if: tag IS blank
script: travis_wait 30 scripts/ci.bash script: travis_wait 40 scripts/ci.bash
- name: "Docker build" - name: "Docker build"
os: linux os: linux
dist: trusty dist: trusty
@ -75,6 +75,5 @@ deploy:
cache: cache:
yarn: true yarn: true
timeout: 1000
directories: directories:
- .cache - build/vscode-1.39.2-source