change travis test command

This commit is contained in:
Jakob Schrettenbrunner 2017-06-26 11:43:56 +02:00
parent a95993f578
commit b6adb5a248

View File

@ -7,3 +7,7 @@ go:
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
script:
- go build
- go test -v