fix tests
This commit is contained in:
@ -3,6 +3,8 @@ sudo: false
|
||||
go:
|
||||
- "1.10"
|
||||
install:
|
||||
- go get github.com/BurntSushi/toml
|
||||
- go get github.com/gorilla/mux
|
||||
- go get github.com/namsral/flag
|
||||
- go get github.com/sirupsen/logrus
|
||||
script: go test -v ./...
|
||||
|
Reference in New Issue
Block a user