Don\'t block on rustfmt

This commit is contained in:
Aleksey Kladov 2018-07-30 15:07:41 +03:00
parent 9f1f2f952c
commit d30a2e4fac
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ matrix:
- rustup component add clippy-preview
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo fmt --all -- --check || true
- cargo clippy
branches:

View File

@ -10,7 +10,6 @@ install:
build: false
test_script:
- cargo collect-tests --verify
- cargo test
branches: