fix env variable syntax

This commit is contained in:
Serge Zaitsev 2018-10-16 12:15:04 +02:00
parent 2ace4f1c80
commit 586001f37f

View File

@ -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