8 lines
95 B
YAML
8 lines
95 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- tip
|
|
before_script:
|
|
- go get github.com/stretchr/testify
|