open-vault/vendor/github.com/jeffchao/backoff/.travis.yml

10 lines
72 B
YAML

language: go
go:
- 1.1
- 1.2
- tip
script:
- go test -v ./...