change travis test command
This commit is contained in:
parent
a95993f578
commit
b6adb5a248
|
@ -7,3 +7,7 @@ go:
|
||||||
install:
|
install:
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
- dep ensure
|
- dep ensure
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go build
|
||||||
|
- go test -v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user