aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-18 13:36:57 +0000
committerAleksey Kladov <[email protected]>2018-11-18 13:36:57 +0000
commit06c001521905de9b16b24866bc7486552e0e3289 (patch)
tree4a72059490780f06d2014bd51459fd098d1ec305 /.travis.yml
parentf1d8558cd5fe20a351496c39dbb8e15aa028803c (diff)
enable windows CI
Diffstat (limited to '.travis.yml')
-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: