summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 76583883..6bbb8e20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,10 @@ before_install:
before_script:
- rustup target add $TARGET
- rustup component add clippy
+ #- rustup component add rustfmt
script:
- cargo clippy -- -D clippy::all
+ #- cargo fmt -- --check
- cargo build --verbose --target $TARGET
- cargo test --verbose --target $TARGET