summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-03-30 16:48:36 +0000
committerGitHub <noreply@github.com>2019-03-30 16:48:36 +0000
commitcfd025b5289bc305470a96657868c982a2b13bc2 (patch)
tree093b9105c881e28b909e031c46d2054016b643b3 /.travis.yml
parent91aa683bcd060b2ac2f621a388a6448f564d0537 (diff)
Add rustfmt style guidev0.3.0-rc1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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