blob: 87d230c8d78e2eae09b781ed4c22a2b876c24bdf [file] [log] [blame]
language: go
go:
- "1.x"
env:
- GO111MODULE=on
install:
- go get ./...
script:
- go test ./...