fix env variable syntax
This commit is contained in:
parent
2ace4f1c80
commit
586001f37f
@ -2,9 +2,7 @@ language: go
|
||||
go:
|
||||
- "1.x"
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
- CGO_ENABLED=0
|
||||
env: GO111MODULE=on CGO_ENABLED=0
|
||||
|
||||
install:
|
||||
- go mod download
|
||||
|
Loading…
x
Reference in New Issue
Block a user