Update .travis.yml

fix `env` logic error
This commit is contained in:
玖亖伍 2021-04-01 14:35:20 +08:00 committed by GitHub
parent d391589a5a
commit 0b1998517e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,7 @@ arch:
- amd64
env:
- GO111MODULE: on
- CGO_ENABLED: 1
- GO111MODULE=on CGO_ENABLED=1
install:
- go mod tidy -v