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