12 lines
122 B
YAML
12 lines
122 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
- tip
|
|
|
|
install:
|
|
- go get github.com/r7kamura/gospel
|
|
- make install
|
|
|
|
script:
|
|
- make test
|