This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/github.com/pquerna/cachecontrol/.travis.yml

11 lines
125 B
YAML
Raw Normal View History

2018-11-28 22:41:16 +05:30
language: go
install:
- go get -d -v ./...
- go get -u github.com/stretchr/testify/require
go:
- 1.7
- 1.8
2018-11-28 22:41:16 +05:30
- tip