minikube/vendor/github.com/lpabon/godbc/.travis.yml

14 lines
149 B
YAML

language: go
go:
- 1.1
- 1.2
- tip
install:
- go get github.com/stretchr/testify
script:
- go test
- go test -tags 'prod'