summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 17:05:37 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-07-08 17:05:37 -0400
commiteeebb96912685c30ea57f94834b4a2ed3df8af80 (patch)
tree2804c2b7f3cd7eaa8599c27e7bbb7ed3be4c5001
parent58b5c21197287b00c308c19c256261548d05e567 (diff)
travis: Fix travis to not update the lock file0.4.5
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c006a60..05dab58e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,6 @@ notifications:
on_success: never
before_deploy:
- - cargo update
- |
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
choco install zip;