fix travis
This commit is contained in:
parent
f466ac37de
commit
480a25cc9a
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.0
|
|
||||||
- 1.1
|
- 1.1
|
||||||
- tip
|
|
||||||
|
|
||||||
install: make all
|
install: make all
|
||||||
|
|
||||||
script:
|
script: go test ./
|
||||||
- go test ./
|
|
||||||
|
|
Loading…
Reference in a new issue