diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e1c9ce53..6749cfe0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,10 @@ matrix: os: windows env: CLIPPY=true rust: stable + - name: "Rustfmt" + os: linux + env: RUSTFMT=true + rust: nightly allow_failures: - rust: nightly |