diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index eb89ce8ec..86bce93d6 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -26,7 +26,7 @@ matrix: | |||
26 | - cd editors/code && npm ci && npm run travis | 26 | - cd editors/code && npm ci && npm run travis |
27 | 27 | ||
28 | - os: windows | 28 | - os: windows |
29 | if: branch = master | 29 | if: branch = master AND type = push |
30 | before_script: | 30 | before_script: |
31 | - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt | 31 | - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt |
32 | - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs | 32 | - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs |