mirror of https://github.com/velour/catbase.git
travis: turn modules on
This commit is contained in:
parent
7a5cfcbe44
commit
69f02ed077
|
@ -1,4 +1,6 @@
|
|||
language: go
|
||||
go: 1.x
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
install: go get -t -v ./... && go build -v ./...
|
||||
script: ./gok.sh
|
||||
|
|
Loading…
Reference in New Issue