build: correct Go test coverage package install path
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
parent
48b2fcea61
commit
6abe2060f7
|
@ -43,7 +43,7 @@ before_install:
|
||||||
- export GO111MODULE=on
|
- export GO111MODULE=on
|
||||||
- sudo ln /dev/null /dev/raw1394
|
- sudo ln /dev/null /dev/raw1394
|
||||||
- cd $HOME/gopath/src/gobot.io/x/gobot
|
- cd $HOME/gopath/src/gobot.io/x/gobot
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov
|
||||||
- go get -u github.com/stretchr/testify
|
- go get -u github.com/stretchr/testify
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -f $HOME/fresh-cache
|
- rm -f $HOME/fresh-cache
|
||||||
|
|
Loading…
Reference in New Issue