ingress-nginx-helm/vendor/github.com/evanphx/json-patch/.travis.yml
2016-05-10 10:30:56 -03:00

14 lines
208 B
YAML

language: go
go:
- 1.4
- 1.3
install:
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- go test -cover ./...
notifications:
email: false