summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-01 14:48:15 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-10-01 14:48:15 +0200
commitd1d8959804b372953db08a66488acbd10cafa26d (patch)
tree5b8322fd71e5c50fb1ae903ab76214fac94c422f
parent1eb140881b26328ed1b17615fee32427baafadf6 (diff)
travis: Ensure format
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8137b0a..b7bd102 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,9 @@ matrix:
allow_failures:
- rust: nightly
+before_script:
+ - rustup component add rustfmt
+
script:
- cargo test
+ - cargo fmt -- --check