[BUGFIX] travis
This commit is contained in:
parent
d956eba825
commit
0d0d98a1d1
|
@ -4,7 +4,7 @@ go:
|
||||||
install:
|
install:
|
||||||
- go get -t github.com/genofire/hs_master-kss-monolith/...
|
- go get -t github.com/genofire/hs_master-kss-monolith/...
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get "golang.org/x/tools/cmd/cover"
|
||||||
script:
|
script:
|
||||||
- ./.test-coverage
|
- ./.test-coverage
|
||||||
- go install github.com/genofire/hs_master-kss-monolith/cmd/review
|
- go install github.com/genofire/hs_master-kss-monolith/cmd/review
|
||||||
|
|
Reference in New Issue