Skip to content

Commit 87ebf03

Browse files
committed
Skip vscode dependencies for test phase
They aren't used so we can skip them.
1 parent df1c34e commit 87ebf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
include:
55
- name: Test
66
if: tag IS blank
7-
script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1622d6d1d1e00fca5b626070f5a10 yarn vscode && ./ci/ci.sh"
7+
script: ./ci/image/run.sh "yarn && git submodule update --init && yarn vscode:patch && ./ci/ci.sh"
88
deploy: null
99
- name: Linux Release
1010
if: tag IS present

0 commit comments

Comments
 (0)