5 lines
101 B
YAML
5 lines
101 B
YAML
language: go
|
|
go:
|
|
- 1.8.x
|
|
- 1.9.x
|
|
script: go get "github.com/stretchr/testify/assert" && go test . |