mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
12 lines
81 B
YAML
12 lines
81 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|
|
|