1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-20 18:12:56 +00:00
tex-api/vendor/github.com/spf13/pflag/.travis.yml
Knut Ahlers 3229ab442c
Add dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-03-06 00:18:57 +01:00

22 lines
335 B
YAML

sudo: false
language: go
go:
- 1.5.4
- 1.6.3
- 1.7
- tip
matrix:
allow_failures:
- go: tip
install:
- go get github.com/golang/lint/golint
- export PATH=$GOPATH/bin:$PATH
- go install ./...
script:
- verify/all.sh -v
- go test ./...