Remove the style check on travis (#186)

This commit is contained in:
Pierre Krieger 2018-05-14 10:39:49 +02:00 committed by GitHub
parent 37881d511e
commit ff7a191892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,6 @@ matrix:
- rust: stable
script:
- cargo fmt -- --write-mode=diff
#- cargo fmt -- --write-mode=diff
- cargo check --all
- cargo test --all