aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-18 13:40:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-18 13:40:06 +0000
commit902778ccaefc7b51548cab459715aaf8653bbbc6 (patch)
tree41689621756c549a57845014ce562e744696c8e1
parent57a253f3f2d62a83fa63485b2fc75fc55b300bb3 (diff)
parent06c001521905de9b16b24866bc7486552e0e3289 (diff)
Merge #233
233: enable windows CI r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--.travis.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c691f670..36fd746dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,28 +19,21 @@ matrix:
19 include: 19 include:
20 - os: linux 20 - os: linux
21 <<: *rust_build 21 <<: *rust_build
22 # - language: rust
23 # rust: nightly
24 # before_script:
25 # - rustup component add clippy-preview
26 # - rustup component add rustfmt-preview
27 # script:
28 # - cargo fmt --all -- --check || true
29 # - cargo clippy
30 - language: node_js 22 - language: node_js
31 node_js: node 23 node_js: node
32 before_script: false 24 before_script: false
33 script: 25 script:
34 - cd editors/code && npm ci && npm run travis 26 - cd editors/code && npm ci && npm run travis
35 27
36 allow_failures:
37 - os: windows 28 - os: windows
38 if: branch = master 29 if: branch = master
39 before_script: 30 before_script:
40 - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt 31 - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.txt
41 - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs 32 - dos2unix ./crates/ra_syntax/tests/data/parser/**/*.rs
42 <<: *rust_build 33 <<: *rust_build
43 - rust nightly 34
35 allow_failures:
36 - os: windows
44 37
45branches: 38branches:
46 only: 39 only: