ingress-nginx-helm/vendor/github.com/moul/http2curl/.travis.yml
Manuel de Brito Fontes 601fb7dacf Add e2e tests
2017-10-20 20:33:48 -03:00

23 lines
359 B
YAML

language: go
go:
- 1.7.3
- tip
env:
- GO15VENDOREXPERIMENT=1
matrix:
allow_failures:
- go: tip
before_install:
- go get -u github.com/axw/gocov/gocov
- go get -u github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- make build
- make test
- make cover
- goveralls -service=travis-ci -v -covermode=count -coverprofile=profile.out