diff --git a/.travis.yml b/.travis.yml index a2e98be..6c61b52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,5 @@ install: script: - go build -o wings - - go test -coverprofile=coverage.out + - go test -coverprofile=coverage.out ./... - godacov -t $CODACY_TOKEN -r ./coverage.out -c $TRAVIS_COMMIT