diff --git a/.travis.yml b/.travis.yml index aacc8678..3b37525b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ script: - docker build . after_success: + - cd app - go test -v -covermode=count -coverprofile=coverage.out - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN