From 4477b8e92f5ccec3fbb312494cf0e113a6c85cce Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 3 Jan 2019 19:15:05 +0300 Subject: [PATCH] dont build PRs on windows --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb89ce8ec60..86bce93d624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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