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 977b74d remove gradle --info in .travis.yml (FINERACT-732)
977b74d is described below
commit 977b74d6d1e665751f696277b1084fec5c90c22b
Author: Michael Vorburger <[email protected]>
AuthorDate: Mon Mar 11 14:34:21 2019 +0100
remove gradle --info in .travis.yml (FINERACT-732)
---
.travis.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 60ad81c..1e11e87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,13 +42,14 @@ cache:
- $HOME/.gradle/wrapper/
- $HOME/.m2
-# NOTE: The --info, while quite a bit more verbose, is VERY useful to
understand failures on Travis,
+# NOTE: We used to run with --info, which is quite a bit more verbose, but is
VERY useful to understand failures on Travis,
# where you do not have access to any files like
build/reports/tests/index.html, only the Console.
# @see
http://mrhaki.blogspot.ch/2013/05/gradle-goodness-show-more-information.html
# @see
http://forums.gradle.org/gradle/topics/whats_new_in_gradle_1_1_test_logging for
alternative
+# https://jira.apache.org/jira/browse/FINERACT-732 removed that again, because
it made Travis CI fail.
script:
- date
- - ./gradlew --info licenseMain licenseTest licenseIntegrationTest test
+ - ./gradlew licenseMain licenseTest licenseIntegrationTest test
- ./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants
- ./gradlew migrateTenantDB -PdbName=mifostenant-default
- ./gradlew clean integrationTest