Skip to content

Commit

Permalink
ci: fix format for multiple env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
costela committed May 27, 2020
1 parent 9fa2e76 commit 403719b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ services:
- docker

env:
- CGO_ENABLED=0
- GO111MODULE=on
global:
- CGO_ENABLED=0
- GO111MODULE=on

script: go test -v ./...

Expand Down

0 comments on commit 403719b

Please sign in to comment.