CI fixes.

This commit is contained in:
Jordan Petridis 2017-10-10 16:22:25 +03:00
parent 1c508798c9
commit e466d252fc
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -42,7 +42,11 @@ test:rustfmt:
- which rustfmt || cargo install rustfmt
script:
- rustc --version && cargo --version
- pwd
- ls -al
- cargo fmt --all -- --write-mode=diff
# allwo failure till it uses rustfmt.toml
allow_failure: true
# Configure and run clippy on nightly
test:clippy: