testify/.travis.yml
2015-09-29 01:58:17 +01:00

14 lines
97 B
YAML

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