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 08:52:47 UTC

[fineract-cn-mobile] branch development updated: Delete .travis.yml

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git


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

commit 7d1039a4d29a30a40d1b800a55d7c5e81350d6e7
Author: aasaru <aa...@gmail.com>
AuthorDate: Thu Jan 5 10:52:43 2023 +0200

    Delete .travis.yml
    
    Removing Travis CI as ASF Infra has decided to move away from Travis.
---
 .travis.yml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index beb47cd..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-# Test format changes to this .travis.yml file before submitting a PR with:
-# http://lint.travis-ci.org/openMF/Fineract-CN-mobile
-
-language: android
-jdk: oraclejdk8
-# Turn off caching to avoid any caching problems
-cache: false
-sudo: required
-env:
-  global:
-    - ANDROID_API_LEVEL=28
-    - ANDROID_BUILD_TOOLS_VERSION=28.0.3
-    - ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
-
-android:
-  components:
-    - platform-tools
-    - tools
-    - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-    - android-$ANDROID_API_LEVEL
-    # Google Play Services
-    - extra-google-google_play_services
-    # Support library
-    - extra-android-support
-    # Latest artifacts in local repository
-    - extra-google-m2repository
-    - extra-android-m2repository
-
-script: "./gradlew build --stacktrace"
\ No newline at end of file