mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
gate on tslint
This commit is contained in:
parent
b7bd456101
commit
f4e7617466
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