Removed temporary fix for the go.bug.st cert
This commit is contained in:
parent
78ae715e6c
commit
d8291f6de1
|
@ -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
|
||||||
- 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
|
- 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