build: correct Go test coverage package install path

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans 2020-01-11 14:47:45 +01:00
parent 48b2fcea61
commit 6abe2060f7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ before_install:
- export GO111MODULE=on
- sudo ln /dev/null /dev/raw1394
- 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
before_cache:
- rm -f $HOME/fresh-cache