Merge pull request #581 from dmp42/fix-circle

Disable goverall for now
This commit is contained in:
Stephen Day 2015-06-01 15:47:58 -07:00
commit aaaf09a54f

View file

@ -64,7 +64,9 @@ dependencies:
# For the stable go version, additionally install linting tools # For the stable go version, additionally install linting tools
- > - >
gvm use stable && gvm use stable &&
go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint go get github.com/axw/gocov/gocov github.com/golang/lint/golint
# Disabling goveralls for now
# go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
test: test:
pre: pre: