Add: goconvey to Travis-CI
This commit is contained in:
parent
086629727d
commit
55a3551baa
|
@ -87,8 +87,8 @@ before_install:
|
|||
brew upgrade icu4c
|
||||
fi
|
||||
- |
|
||||
if [[ "${GOOS}" != "windows" ]]; then
|
||||
go get github.com/smartystreets/goconvey
|
||||
if [[ "${GOOS}" != "windows" ]]; then
|
||||
go get github.com/mattn/goveralls
|
||||
go get golang.org/x/tools/cmd/cover
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue