dont build PRs on windows

This commit is contained in:
Aleksey Kladov 2019-01-03 19:15:05 +03:00
parent f2037d28f7
commit 4477b8e92f

View file

@ -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