From 55a3551baaff29bf1b7745517114732e0aab034a Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Tue, 5 Jun 2018 13:28:26 +0200 Subject: [PATCH] Add: goconvey to Travis-CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2dca239..91b61c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,8 +87,8 @@ before_install: brew upgrade icu4c fi - | + go get github.com/smartystreets/goconvey if [[ "${GOOS}" != "windows" ]]; then - go get github.com/smartystreets/goconvey go get github.com/mattn/goveralls go get golang.org/x/tools/cmd/cover fi