Skip to content

Commit 5aa2aba

Browse files
committed
Cache VS Code in CI
1 parent fdb2308 commit 5aa2aba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "MacOS build"
3131
os: osx
3232
if: tag IS blank
33-
script: travis_wait 30 scripts/ci.bash
33+
script: travis_wait 40 scripts/ci.bash
3434
- name: "Docker build"
3535
os: linux
3636
dist: trusty
@@ -75,6 +75,5 @@ deploy:
7575

7676
cache:
7777
yarn: true
78-
timeout: 1000
7978
directories:
80-
- .cache
79+
- build/vscode-1.39.2-source

0 commit comments

Comments
 (0)