diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |