You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vi...@apache.org on 2019/06/14 19:57:12 UTC

[fineract] branch develop updated: run integrationTest on Travis without gradlew migrateTenantDB/migrateTenantListDB (re. FINERACT-765)

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

vishwasbabu 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 0d246d4  run integrationTest on Travis without gradlew migrateTenantDB/migrateTenantListDB (re. FINERACT-765)
     new 5a1158a  Merge pull request #590 from vorburger/develop
0d246d4 is described below

commit 0d246d44a14f70606db6334afba3723e1ea526ae
Author: Michael Vorburger.ch <mi...@vorburger.ch>
AuthorDate: Fri Jun 14 14:11:20 2019 +0200

    run integrationTest on Travis without gradlew migrateTenantDB/migrateTenantListDB (re. FINERACT-765)
---
 .travis.yml | 2 --
 README.md   | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c1ca0fb..5f009d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,6 +54,4 @@ cache:
 script:
   - date
   - ./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
diff --git a/README.md b/README.md
index d90259e..c844e78 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,7 @@ Instructions to execute Integration tests
 Run the following commands, very similarly to how [.travis.yml](.travis.yml) does:
 1. `./gradlew createDB -PdbName=mifosplatform-tenants`
 1. `./gradlew createDB -PdbName=mifostenant-default`
-1. `./gradlew migrateTenantListDB -PdbName=mifosplatform-tenants`
-1. `./gradlew migrateTenantDB -PdbName=mifostenant-default`
 1. `./gradlew clean integrationTest`
-1. `./gradlew tomcatRunWar`
 
 Version
 ============