Files
eiblog/vendor/github.com/stretchr/testify/.travis.yml
2017-07-09 03:33:28 +08:00

14 lines
97 B
YAML

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