updating travis conf
This commit is contained in:
parent
7d1137d148
commit
cf97ca0f6a
1 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,8 @@ language: go
|
||||||
go:
|
go:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get -t -v ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
Loading…
Reference in a new issue