Temporary gocov patch for go.bug.st/serial.v1 cert

This commit is contained in:
danacr 2020-01-11 14:37:51 +01:00 committed by Ron Evans
parent 3cea324d2a
commit 38593ad7f0
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
- GIT_SSL_NO_VERIFY=1 go get -insecure github.com/axw/gocov/gocov # TODO: remove when https://github.com/bugst/go-serial/issues/71 is fixed
- go get -u github.com/stretchr/testify
before_cache:
- rm -f $HOME/fresh-cache