11 lines
120 B
YAML
11 lines
120 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.6.1
|
||
|
- tip
|
||
|
|
||
|
install:
|
||
|
- go get github.com/stretchr/testify/assert
|
||
|
|
||
|
script:
|
||
|
- go test
|