diff options
author | Aleksey Kladov <[email protected]> | 2018-07-30 13:07:41 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-30 13:07:41 +0100 |
commit | d30a2e4fac9267066dc53d71c4695843f95e6269 (patch) | |
tree | 78761b58017183b21c0c63369a4b8c9f14ad4232 | |
parent | 9f1f2f952c251e74174d957bd809093a2795780c (diff) |
Don\'t block on rustfmt
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index eb3e10cff..cf47b77e9 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -12,7 +12,7 @@ matrix: | |||
12 | - rustup component add clippy-preview | 12 | - rustup component add clippy-preview |
13 | - rustup component add rustfmt-preview | 13 | - rustup component add rustfmt-preview |
14 | script: | 14 | script: |
15 | - cargo fmt --all -- --check | 15 | - cargo fmt --all -- --check || true |
16 | - cargo clippy | 16 | - cargo clippy |
17 | 17 | ||
18 | branches: | 18 | branches: |
diff --git a/appveyor.yml b/appveyor.yml index 8c7d118c8..a6ba3b0e1 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -10,7 +10,6 @@ install: | |||
10 | build: false | 10 | build: false |
11 | 11 | ||
12 | test_script: | 12 | test_script: |
13 | - cargo collect-tests --verify | ||
14 | - cargo test | 13 | - cargo test |
15 | 14 | ||
16 | branches: | 15 | branches: |