mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +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
|
||||
before_script: false
|
||||
script:
|
||||
- cd editors/code && npm ci && npm run travis; cd ../..
|
||||
- cd editors/code && npm ci && npm run travis
|
||||
|
||||
allow_failures:
|
||||
- rust nightly
|
||||
|
|
Loading…
Reference in a new issue