clair/vendor/github.com/stretchr/testify/.travis.yml

14 lines
97 B
YAML
Raw Normal View History

2016-06-07 08:08:50 +00:00
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v ./...