Skip to content

Commit

Permalink
Use gradlew --console=plain, hoping to reduce output (FINERACT-732) (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Mar 12, 2019
1 parent 977b74d commit 2cb760f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2cb760f

Please sign in to comment.