Skip to content

Commit ed3c651

Browse files
committed
ci: enable GO111MODULE=on for master
1 parent a182849 commit ed3c651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
- go: master
2727
env:
2828
- TAGS="-tags travis"
29+
- GO111MODULE=on
2930

3031
script:
3132
- go install -v $TAGS ./...

0 commit comments

Comments
 (0)