commit
fa91283ecf
1 changed files with 3 additions and 2 deletions
|
@ -2,11 +2,12 @@ language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.1
|
- 1.1
|
||||||
|
- 1.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/r7kamura/gospel
|
- go get github.com/r7kamura/gospel
|
||||||
- make install
|
- go install .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- go test .
|
||||||
|
|
Loading…
Reference in a new issue