File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ before_install:
1414script :
1515- " ./gh-assets-clone.sh"
1616- go run mage.go -v all
17- - " $HOME/gopath/bin/goveralls -coverprofile=cover.out -service=travis-ci"
1817- go run mage.go docker
1918branches :
2019 except :
Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ func getCoreTools() []string {
282282 staticTools := []string {
283283 "github.com/kardianos/govendor" ,
284284 "github.com/wadey/gocovmerge" ,
285+ "github.com/mattn/goveralls" ,
285286 "github.com/tmthrgd/go-bindata/go-bindata" ,
286287 "github.com/GoASTScanner/gas/cmd/gas" , // workaround for Ast scanner
287288 "github.com/alecthomas/gometalinter" ,
You can’t perform that action at this time.
0 commit comments