ingress-nginx-helm/vendor/github.com/golang/groupcache/.travis.yml
Manuel de Brito Fontes bb4d483837
Update go dependencies
2018-05-26 16:27:45 -04:00

18 lines
199 B
YAML

language: go
go_import_path: github.com/golang/groupcache
os: linux
dist: trusty
sudo: false
script:
- go test ./...
go:
- 1.9.x
- 1.10.x
- master
cache:
directories:
- $GOPATH/pkg