mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #111
111: gate on tslint r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
14baf11bd4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ matrix:
|
||||||
node_js: node
|
node_js: node
|
||||||
before_script: false
|
before_script: false
|
||||||
script:
|
script:
|
||||||
- cd editors/code && npm ci && npm run travis; cd ../..
|
- cd editors/code && npm ci && npm run travis
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust nightly
|
- rust nightly
|
||||||
|
|
Loading…
Reference in a new issue