This is an automated email from the ASF dual-hosted git repository.
kaze 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 9bad487 FINERACT-1118: Do not run Swagger code generation if previous
build steps fail
9bad487 is described below
commit 9bad487c0c484cae5ceac1813d00c11b3ab88894
Author: Petri Tuomola <[email protected]>
AuthorDate: Wed Aug 19 19:04:53 2020 +0300
FINERACT-1118: Do not run Swagger code generation if previous build steps
fail
---
.travis.yml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 497c011..892274d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,11 +74,6 @@ script:
# and Docker test does not run if integration test fails, which makes PR
failure easier to understand.
# @see
https://docs.travis-ci.com/user/job-lifecycle/#customizing-the-build-phase
# NOTE: Sleep after docker-compose increased to 60 seconds as often Travis
would fail to get Docker up in 30 seconds
- - ./gradlew --console=plain -PautomatedBuild=true -q licenseMain licenseTest
licenseIntegrationTest check && ./gradlew --console=plain
-PautomatedBuild=true integrationTest --fail-fast && sudo service mysql stop
&& docker-compose build && docker-compose up -d && sleep 60s && http
--verify=no --timeout 240 --check-status get
https://localhost:8443/fineract-provider/actuator/health && (( $(http
--verify=no --timeout 30 --check-status --body get
https://localhost:8443/finera [...]
+ - ./gradlew --console=plain -PautomatedBuild=true -q licenseMain licenseTest
licenseIntegrationTest check && ./gradlew --console=plain
-PautomatedBuild=true integrationTest --fail-fast && sudo service mysql stop
&& docker-compose build && docker-compose up -d && sleep 60s && http
--verify=no --timeout 240 --check-status get
https://localhost:8443/fineract-provider/actuator/health && (( $(http
--verify=no --timeout 30 --check-status --body get
https://localhost:8443/finera [...]
# We stop the mysql system service when running the Docker test to avoid port
3306 conflicts (unless we run the mysql in docker-compose on another port; req.
FINERACT-773)
# The fany /actuator/info test makes sure that has more than 100 characters of
JSON to test that the git.properties worked (see FINERACT-983)
-
- # Generate and Build Swagger Code
- - ls
- - ./gradlew generateSwaggerCode
- - cd build/swagger-code-fineract && mvn test