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
|
||||
|
||||
go:
|
||||
- 1.0
|
||||
- 1.1
|
||||
- tip
|
||||
|
||||
install: make all
|
||||
|
||||
script:
|
||||
- go test ./
|
||||
script: go test ./
|
||||
|
|
Loading…
Reference in a new issue