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:08:01 UTC

[fineract-cn-lang] 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-lang.git


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

commit 415c35e592fdf69885111fbdbca000201100bd9d
Author: aasaru <aa...@gmail.com>
AuthorDate: Thu Jan 5 11:07:56 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 77c9832..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: "VIf6ZOTsrQQnbWgXLK0bdsWkGxTeAcpUgZZ7vsCZYMVbSh2oK03UgLjGkuokP6KODoOubQhFSjRMr0ncypzFr2d/O00oXamJQ587BzCcHRIjI1YgQUpVkj4ZRsvP7d0YEr+fKift/H46Bk7lQl1L+gswtyR/mB2FcZqhjOUs9+6raM4EpBS+E3ImQ20UotsBldqqoYMafgbhqmT+8qqlv+GcRSeMIw0+5uFSCdEhMYOVqb/dbQubLXVAFVGmVNyswNKu//j0nRUE291xLru9hG6iNoqCvlKfgvO4R9Lq1sc0zrV/ZoTznVxUdUg+4/EYMnb2Xq9pDYqxtVPgvf3o8qqGpFwerlQKKjU+I6BSc6BM2+t1IorooXCp2753bU48eeHVzDtygq+GVClsTvUnQud1L2gWkbefQjxWrOtO4qHtX9O06HgL6o0ZDRXDkpJD7ToUpTC/wN1c/HyyLdVUOp1dMV06D [...]
-after_failure:
-  - ./gradlew rat
-  - cat build/reports/rat/rat-report.txt