This is an automated email from the ASF dual-hosted git repository.
arnold 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 ddd97f274 Sonarqube quickfix
ddd97f274 is described below
commit ddd97f274e9abf676a791b298e49d62ef442114e
Author: Arnold Galovics <[email protected]>
AuthorDate: Fri Apr 8 16:46:54 2022 +0200
Sonarqube quickfix
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f571e23f5..aace07db4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,5 +76,5 @@ script:
- date
# Using travis_wait for a proccess that could take longer than 20 minutes, in
this case the SonaQube analysis
#
https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
- - travis_wait 30 ./gradlew -q --no-daemon --console=plain -x rat -x test
sonarqube -Pcoverage=true
+ - travis_wait 30 ./gradlew -q --no-daemon --console=plain
-Dsonar.projectKey=apache_fineract -x rat -x test sonarqube -Pcoverage=true
- date