From 85df6044a4e01b4ad0ac8d5348c90ee7bc956fde Mon Sep 17 00:00:00 2001 From: Allan O Date: Tue, 24 Mar 2020 18:46:19 +0300 Subject: [PATCH] :wrench: Update build config --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67701a8..6f71bc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,10 @@ script: - ls -la # Enable the line below once we get all the test passing, currently most of the tests are failing # so we'll just if the project compiles + - travis_wait ./gradlew clean --stacktrace #Run All tests Unit and Instrumentation - - travis_wait ./gradlew :opensrp-growth-monitoring:jacocoTestReport coveralls --stacktrace + - travis_wait ./gradlew :opensrp-growth-monitoring:jacocoTestReport --stacktrace + - travis_wait ./gradlew :opensrp-growth-monitoring:coveralls --stacktrace after_failure: - pandoc opensrp-growth-monitoring/build/reports/tests/index.html -t plain