14 lines
131 B
YAML
14 lines
131 B
YAML
language: go
|
|
|
|
install:
|
|
- go get github.com/stretchr/testify/assert
|
|
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|