Wrong import path for coverage

This commit is contained in:
Matthew Dillon 2015-01-28 10:32:43 -09:00
parent f57acc57fe
commit 2172c9cea3

View file

@ -13,7 +13,7 @@ before_install:
- go get github.com/t-yuki/gocover-cobertura
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover
before_script:
- psql -c 'CREATE DATABASE bactdbtest;' -U postgres