Finite state machines in rust; bendns fork to add types.
-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