ingress-nginx-helm/vendor/gopkg.in/fsnotify.v1/.travis.yml
Manuel de Brito Fontes 28db8fb16d Update ingress godeps
2016-08-25 15:41:02 -03:00

23 lines
327 B
YAML

sudo: false
language: go
go:
- 1.5.2
before_script:
- go get -u github.com/golang/lint/golint
script:
- go test -v --race ./...
after_script:
- test -z "$(gofmt -s -l -w . | tee /dev/stderr)"
- test -z "$(golint ./... | tee /dev/stderr)"
- go vet ./...
os:
- linux
- osx
notifications:
email: false