From d8291f6de14853f5e70537bb29e612019984546c Mon Sep 17 00:00:00 2001 From: Dan Acristinii Date: Mon, 13 Jan 2020 12:55:12 +0100 Subject: [PATCH] Removed temporary fix for the go.bug.st cert --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4989adad..1b2aa7b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_install: - export GO111MODULE=on - sudo ln /dev/null /dev/raw1394 - cd $HOME/gopath/src/gobot.io/x/gobot - - 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 github.com/axw/gocov/gocov - go get -u github.com/stretchr/testify before_cache: - rm -f $HOME/fresh-cache