summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b8bcad..db31059 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,5 @@ install:
- cargo install cargo-udeps
- cargo build
-# dup of the list in .git-hooks/pre-commit
script:
- - cargo build --locked
- - cargo test
- - cargo fmt -- --check
- - cargo clippy -- --deny warnings
- - cargo udeps --locked --all-targets
+ - tools/checks