mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-06-28 15:45:35 +08:00
Update .travis.yml
`zip` is installed already, it's no need for manual installation via `apt`
This commit is contained in:
parent
3031593ca6
commit
d391589a5a
@ -12,15 +12,10 @@ env:
|
|||||||
- GO111MODULE: on
|
- GO111MODULE: on
|
||||||
- CGO_ENABLED: 1
|
- CGO_ENABLED: 1
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
update: true
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go mod tidy -v
|
- go mod tidy -v
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- apt-get install zip -y
|
|
||||||
- whereis gcc
|
- whereis gcc
|
||||||
- go env
|
- go env
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user