Skip to content

Commit f5f29c0

Browse files
committed
Set GitHub token when installing VS Code deps
Should help with the ripgrep ratelimit issues.
1 parent 004004c commit f5f29c0

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 && yarn vscode && ./ci/ci.sh"
7+
script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1622d6d1d1e00fca5b626070f5a10 yarn vscode && ./ci/ci.sh"
88
deploy: null
99
- name: Linux Release
1010
if: tag IS present

0 commit comments

Comments
 (0)