This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-postgresql.git
commit d37b8536cda7419c40b2e52b6a1463f264eb3af6 Author: aasaru <[email protected]> AuthorDate: Thu Jan 5 11:06:29 2023 +0200 Delete .travis.yml Removing Travis CI as ASF Infra has decided to move away from Travis. --- .travis.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f14890c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -language: java -sudo: false -jdk: -- openjdk8 -install: true -script: "./travis.sh" -env: - global: - - BUILD_SNAPSHOTS_BRANCH=develop - - ARTIFACTORY_URL=https://mifos.jfrog.io/mifos - - ARTIFACTORY_USER=travis-ci - - secure: "mhGQ1cWlgaHNclvoxUupUMrslqdD5FXFsmXKUNRWbyHdRxos6rsxhNLJVOSf3Tv5QMQkOLFSbJd0uZcBCiY84TPdXLiIPrT3RkPwHrFG34L3W3oIs9+1XsCUGczD5qdLnYvDa1g+yk2cQB05vwnmtC6hx21pryvxrci68BoV9cVO9CqKhpjxy3gu4GdxtMfc6kU7PbNvLHoN738JZnngx8RUCL6pOUoe0UgbJMbd2goKmzY/eMAGGc+BPUOp8FUavuS4vT/eUoCL2dbLC8X50WRTbHACAHQY9l2ftRxE5d7HatN+1v4+yAvL25aafzV3WrwMTSzHMLWYPE5cCmGeZSswt1UNReHuLwz9R8KPfqAx3ML2Kt5TQivimS4SS2V4zutvysMO2iiPrCnQRM2iVGaHx1Rbjwmvexe9cLCg3QsIvLFxLB/sbb97WybM6DXiqBIO0NlcVEWFDIEgKFqf+yVH1LHpu [...] -after_failure: - - ./gradlew rat - - cat build/reports/rat/rat-report.txt
