Removed cargo fmt from travis.

This commit is contained in:
Paul Masurel
2017-06-14 13:45:07 +09:00
parent 93e7f28cc0
commit e51feea574

View File

@@ -22,9 +22,7 @@ before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
- (cargo install rustfmt || true)
script:
- cargo fmt -- --write-mode=diff
- |
travis-cargo build &&
travis-cargo test &&