This commit is contained in:
Simon Wörner
2017-04-06 16:39:47 +02:00
committed by Siegfried Kienzle
parent 6b08efc581
commit cef96956a4
3 changed files with 8 additions and 6 deletions

View File

@@ -2,4 +2,6 @@ language: rust
rust:
- nightly
script:
- true
- cargo install rustfmt
- ci/run-rustfmt.sh
- ci/run-cargo-test.sh