commit
c93461f0d6
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.1
|
- 1.1
|
||||||
|
|
||||||
install: make all
|
install:
|
||||||
|
- go get github.com/r7kamura/gospel
|
||||||
|
- make all
|
||||||
|
|
||||||
script: go test ./
|
script: go test ./
|
||||||
|
|
Loading…
Reference in a new issue