diff --git a/.travis.yml b/.travis.yml index 3b37525b..6202ef22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,5 @@ script: after_success: - cd app - - go test -v -covermode=count -coverprofile=coverage.out + - go test $(go list -e ./... | grep -v vendor) -covermode=count -coverprofile=coverage.out - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN