Skip to content

Commit 8f28a00

Browse files
author
Shuo
authored
Merge pull request #595 from openset/develop
Add: env
2 parents 4a25a58 + 3151f18 commit 8f28a00

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)