travis: Fix travis to not update the lock file

This commit is contained in:
ClementTsang 2020-07-08 17:05:37 -04:00
parent 58b5c21197
commit eeebb96912
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ notifications:
on_success: never
before_deploy:
- cargo update
- |
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
choco install zip;