travis: turn modules on

This commit is contained in:
Chris Sexton 2019-01-19 10:08:26 -05:00
parent 7a5cfcbe44
commit 69f02ed077
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
language: go
go: 1.x
env:
- GO111MODULE=on
install: go get -t -v ./... && go build -v ./...
script: ./gok.sh