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:03:05 UTC

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


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

commit 9021c53ac1bd2e9621fc761321eb0bd32a82e8dc
Author: aasaru <aa...@gmail.com>
AuthorDate: Thu Jan 5 11:03:01 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 dd0a5a8..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: "aLY7gBftNrxCcWa2Zj+zUwpWxVH190qgxTP8bXgGxBwYAoUqa6soOVNb/VB5Q29kHoU+Cn0b2L32VzJkMXS9jFBYjivYDNyavWIOVOMP9q6+hcOyUjoP+9wnIzD7Y5uQwMdcKtTAoZOER20JQTuhBjVjNRU4oS6hXRg+dH4bX+XhzuhJBZhc6kScVHjUGX5NapYp9EEsECDGd8XUnV4Xf5OChzdR0uTVXGRKaBVN6zkqRSuZVhTuk/AwJ6NC2+Wspz9WLR9pNu+j7mGltgselVpA8T2rAD7GzzcNH43M20jF+pngkvq7OEobAwskj1nwZQ8SODvV0KOjj5cES6vyBEkrQ1q8BDi0aiwN+xqGW3cS8NhiI2EAzpU65Ia/gJEDOtxxshi2Td98MpU4ZTScwhtTyTDpSRhREEYdyWlsP6RHU5zfKu+1iGEtSo74ppsTQVQt3n/ElA09el5NDAC7+gfm/SZcY [...]
-after_failure:
-  - ./gradlew rat
-  - cat api/build/reports/rat/rat-report.txt