travis fix
This commit is contained in:
parent
e7945470e7
commit
0dfcc04c47
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.1
|
- 1.1
|
||||||
|
- 1.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/r7kamura/gospel
|
- go install .
|
||||||
- make install
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- go test .
|
||||||
|
|
Loading…
Reference in a new issue