run go test -i before executing tests

This commit is contained in:
Tan Jiang 2017-03-09 12:59:33 +08:00
parent 46e953fd5e
commit da05c899c8

View File

@ -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