We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1c34e commit 87ebf03Copy full SHA for 87ebf03
.travis.yml
@@ -4,7 +4,7 @@ jobs:
4
include:
5
- name: Test
6
if: tag IS blank
7
- script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1622d6d1d1e00fca5b626070f5a10 yarn vscode && ./ci/ci.sh"
+ script: ./ci/image/run.sh "yarn && git submodule update --init && yarn vscode:patch && ./ci/ci.sh"
8
deploy: null
9
- name: Linux Release
10
if: tag IS present
0 commit comments