travis: Fix travis to not update the lock file
This commit is contained in:
parent
58b5c21197
commit
eeebb96912
|
@ -57,7 +57,6 @@ notifications:
|
|||
on_success: never
|
||||
|
||||
before_deploy:
|
||||
- cargo update
|
||||
- |
|
||||
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
|
||||
choco install zip;
|
||||
|
|
Loading…
Reference in New Issue