Update .travis.yml

`zip` is installed already, it's no need for manual installation via `apt`
This commit is contained in:
玖亖伍
2021-04-01 14:27:40 +08:00
committed by GitHub
parent 3031593ca6
commit d391589a5a

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