mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +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
|
||||
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