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