You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2023/01/05 09:06:50 UTC

[fineract-cn-data-jpa] branch develop updated: Delete .travis.yml

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-data-jpa.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3944fae  Delete .travis.yml
3944fae is described below

commit 3944faeb5f7adddabbe108a5507a3bbc4be39238
Author: aasaru <aa...@gmail.com>
AuthorDate: Thu Jan 5 11:06:46 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 53a7598..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: "uIig/twxYGORS6BUbCRumLGwGhykeBygVI1BPqEOMd91tHt4GGkmkq2GufZoZnxb/d8+LO8TjzNoTcCwE2QWC74hapCOVEY7qylje1nfF2N1GJwNt5RLHIcUHvtnFCDn1F1uo8Af5wea5V8HN/w6e9vTTQRbB/5ORGKjCNFm74fsDABRRcFQQ0imhUd9sknFGVbHKzOhJA8wTzGz7TFvkJQaDw1is5p40i8g9gMDBNpJtMZ/9LGElDXqXdRQ3dH5KBcPp+oitFrl+cvR6Yx7alA8VIHwcHIIaPm0GZpJKzyUghhpYtIl1wznoXyg7rn0ynX8zE1w7YOtcEbPpDNYL8dHgNeblMGVmkfgpU34F8bENM5aUQoVVcw/x/lR45iKWJ2yuFF2gz34P4ko5vPb1CdUECqOR6paKSH3/v3uahDfNxl9xQqa7klRUcdasF55RLHv6wpFB2Zblop/BVomUMuBDX/Vs [...]
-after_failure:
-  - ./gradlew rat
-  - cat build/reports/rat/rat-report.txt