Update .travis.yml

fix `env` logic error
pull/694/head
玖亖伍 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
1 changed files with 1 additions and 2 deletions

View File

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