This is an automated email from the ASF dual-hosted git repository.

awasum 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 b059afd  remove clean in .travis.yml
     new 608317e  Merge pull request #634 from vorburger/travis-skip-clean
b059afd is described below

commit b059afda32443a4048333e1003b0981c91287923
Author: Michael Vorburger.ch <[email protected]>
AuthorDate: Wed Sep 4 21:47:43 2019 +0200

    remove clean in .travis.yml
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2ce0a18..08f30a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,6 @@ cache:
 # https://jira.apache.org/jira/browse/FINERACT-732 removed that again, because 
it made Travis CI fail.
 script:
   - date
-  - ./gradlew --console=plain licenseMain licenseTest licenseIntegrationTest 
test  &&  ./gradlew --console=plain clean integrationTest
+  - ./gradlew --console=plain licenseMain licenseTest licenseIntegrationTest 
test  &&  ./gradlew --console=plain integrationTest
 # using "&&" instead of x2 "-" means that integrationTest does not run if test 
fails, which makes sense.
 # @see 
https://docs.travis-ci.com/user/job-lifecycle/#customizing-the-build-phase

Reply via email to