Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
============
Expand Down