summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40cd744..3980786 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,9 @@ install:
- cargo install cargo-udeps
- cargo build
+# dup of the list in .git-hooks/pre-commit
script:
- - cargo build
+ - cargo build --locked
- cargo test
- cargo fmt -- --check
- cargo clippy -- --deny warnings