diff --git a/.travis.yml b/.travis.yml index 278a5a7e1..5605bd3d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,7 @@ script: - cd tests - sudo ./ldapprepare.sh - cd .. + - go test -i ./src/ui ./src/adminserver ./src/jobservice - ./tests/coverage4gotest.sh - goveralls -coverprofile=profile.cov -service=travis-ci