mirror of https://github.com/mindoc-org/mindoc.git
Update .travis.yml
`zip` is installed already, it's no need for manual installation via `apt`pull/694/head
parent
3031593ca6
commit
d391589a5a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue