Add: goconvey to Travis-CI

This commit is contained in:
Gert-Jan Timmer
2018-06-05 13:28:26 +02:00
parent 086629727d
commit 55a3551baa

View File

@@ -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