]> git.lizzy.rs Git - rust.git/commitdiff
dont build PRs on windows
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 3 Jan 2019 16:15:05 +0000 (19:15 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 3 Jan 2019 16:15:05 +0000 (19:15 +0300)
.travis.yml

index eb89ce8ec60bd1cd1fe5fb4f8081fb8c49f33709..86bce93d624ec0354676e4bf482b43712204e896 100644 (file)
@@ -26,7 +26,7 @@ matrix:
               - cd editors/code && npm ci && npm run travis
 
         - os: windows
-          if: branch = master
+          if: branch = master AND type = push
           before_script:
               - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt
               - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs