testify/.travis.yml
2015-01-10 12:10:57 -07:00

12 lines
81 B
YAML

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