k3s/vendor/github.com/pquerna/cachecontrol/.travis.yml
Darren Shepherd 8031137b79 Update vendor
2019-08-30 23:08:05 -07:00

11 lines
125 B
YAML

language: go
install:
- go get -d -v ./...
- go get -u github.com/stretchr/testify/require
go:
- 1.7
- 1.8
- tip