aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-03 16:15:05 +0000
committerAleksey Kladov <[email protected]>2019-01-03 16:15:05 +0000
commit4477b8e92f5ccec3fbb312494cf0e113a6c85cce (patch)
treeda9f458fb75eb3f9561452738efb992c0c13112a /.travis.yml
parentf2037d28f7af30455d262541b23a022e4fd776b3 (diff)
dont build PRs on windows
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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