Skip to content

Commit 3151f18

Browse files
author
openset
committed
Add: env
1 parent 4a61bfd commit 3151f18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ language: go
33
go:
44
- "1.12.x"
55

6+
env:
7+
- GO111MODULE=on
8+
69
before_install:
7-
- go get -t -v ./...
10+
- go get -v ./...
811

912
script:
1013
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)