mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
19 lines
191 B
YAML
19 lines
191 B
YAML
language: go
|
|
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
script:
|
|
- ./.travis.gogenerate.sh
|
|
- ./.travis.gofmt.sh
|
|
- ./.travis.govet.sh
|
|
- go test -v ./...
|