This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 2cb760f Use gradlew --console=plain, hoping to reduce output
(FINERACT-732) (#548)
2cb760f is described below
commit 2cb760f5e8e84e4d83d1f88fc0bddcd5ecde75b2
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Tue Mar 12 13:58:40 2019 +0100
Use gradlew --console=plain, hoping to reduce output (FINERACT-732) (#548)
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1e11e87..3926504 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ cache:
# https://jira.apache.org/jira/browse/FINERACT-732 removed that again, because
it made Travis CI fail.
script:
- date
- - ./gradlew licenseMain licenseTest licenseIntegrationTest test
- - ./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants
- - ./gradlew migrateTenantDB -PdbName=mifostenant-default
- - ./gradlew clean integrationTest
+ - ./gradlew --console=plain licenseMain licenseTest licenseIntegrationTest
test
+ - ./gradlew --console=plain migrateTenantListDB
-PdbName=mifosplatform-tenants
+ - ./gradlew --console=plain migrateTenantDB -PdbName=mifostenant-default
+ - ./gradlew --console=plain clean integrationTest