Finite state machines in rust; bendns fork to add types.
Add clippy and rustfmt to Travis CI
Yevhenii Babichenko 2019-04-29
parent 46ff7b1 · commit 9d04cf0
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7033a46..ef855b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: rust
cache: cargo
+before_script:
+ - rustup component add rustfmt clippy
script:
- cargo fmt -- --check
- cargo clippy