ingress-nginx-helm/vendor/github.com/spf13/afero/.travis.yml
Manuel de Brito Fontes 7ab2987fd8 Update go dependencies
2017-11-06 19:57:35 -03:00

21 lines
211 B
YAML

sudo: false
language: go
go:
- 1.7.5
- 1.8
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
fast_finish: true
script:
- go build
- go test -race -v ./...