summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2020-06-17 20:10:47 -0400
committerGitHub <noreply@github.com>2020-06-17 20:10:47 -0400
commit4c765547fb6ff0697d11d0162c0bd3d7f5655ce5 (patch)
treece6638a29c178650c18037df4214809d13b13702 /.travis.yml
parentff759a078975de54ffee4383912834393bd9a0a3 (diff)
parent0b669acac07a2b325316a46cca01a5cb85eede3b (diff)
Merge pull request #6 from ojacobson/travis-githooks
Provide a git hook to automate tests.
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