diff --git a/.travis.yml b/.travis.yml index 1eb7bc9..3b71664 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ after_success: - bash <(curl -s https://codecov.io/bash) - if [ -n "$TRAVIS_TAG" ]; then cd cmd/gowo; - go get ./...; + go get github.com/inconshreveable/mousetrap; bash <(curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest); fi \ No newline at end of file