From 0c42019ebd9477b32618aef395692ad9ed89c221 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 22 May 2018 01:56:38 -0500 Subject: [PATCH] rung goveral from app --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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