mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 22:20:18 +00:00
travis: Fix travis to not update the lock file
This commit is contained in:
parent
58b5c21197
commit
eeebb96912
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ notifications:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cargo update
|
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
|
if [[ $TRAVIS_OS_NAME == "windows" ]]; then
|
||||||
choco install zip;
|
choco install zip;
|
||||||
|
|
Loading…
Reference in a new issue