Skip to content

Commit 582f145

Browse files
Modified .travis.yml
1 parent 8d82a11 commit 582f145

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ language: go
33
go:
44
- "1.11"
55

6-
env:
7-
- GO111MODULE=on
8-
96
script:
10-
- go test ./...
7+
- env GO111MODULE=on go test ./...
118

129
after_success:
1310
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 commit comments

Comments
 (0)