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/spf13/pflag/.travis.yml

22 lines
254 B
YAML
Raw Normal View History

2018-11-28 22:41:16 +05:30
sudo: false
language: go
go:
- 1.7.3
- 1.8.1
- tip
matrix:
allow_failures:
- go: tip
2018-11-28 22:41:16 +05:30
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
2018-11-28 22:41:16 +05:30
script:
- verify/all.sh -v
- go test ./...