Update .travis.yml

`zip` is installed already, it's no need for manual installation via `apt`
pull/694/head
玖亖伍 2021-04-01 14:27:40 +08:00 committed by GitHub
parent 3031593ca6
commit d391589a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -12,15 +12,10 @@ env:
- GO111MODULE: on
- CGO_ENABLED: 1
addons:
apt:
update: true
install:
- go mod tidy -v
before_install:
- apt-get install zip -y
- whereis gcc
- go env