mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
dont build PRs on windows
This commit is contained in:
parent
f2037d28f7
commit
4477b8e92f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ matrix:
|
||||||
- cd editors/code && npm ci && npm run travis
|
- cd editors/code && npm ci && npm run travis
|
||||||
|
|
||||||
- os: windows
|
- os: windows
|
||||||
if: branch = master
|
if: branch = master AND type = push
|
||||||
before_script:
|
before_script:
|
||||||
- dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt
|
- dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt
|
||||||
- dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs
|
- dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs
|
||||||
|
|
Loading…
Reference in a new issue