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
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ dependencies:
# For the stable go version, additionally install linting tools
- >
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:
pre: