dependency added
This commit is contained in:
parent
480a25cc9a
commit
6e94c92a56
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@ language: go
|
|||
go:
|
||||
- 1.1
|
||||
|
||||
install: make all
|
||||
install:
|
||||
- go get github.com/r7kamura/gospel
|
||||
- make all
|
||||
|
||||
script: go test ./
|
||||
|
|
Loading…
Reference in a new issue