You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/04/01 04:35:16 UTC

[cordova-android] branch master updated: ci: drop travis & move codecov to gh-actions (#940)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e51943  ci: drop travis & move codecov to gh-actions (#940)
6e51943 is described below

commit 6e51943d15715c04d1e8c1597b9dccc31224ee26
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Apr 1 13:35:07 2020 +0900

    ci: drop travis & move codecov to gh-actions (#940)
---
 .github/workflows/ci.yml |  4 ++++
 .travis.yml              | 44 --------------------------------------------
 2 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 565ace2..ed8d90b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,3 +55,7 @@ jobs:
           npm t
         env:
           CI: true
+
+      - uses: codecov/codecov-action@v1
+        with:
+          fail_ci_if_error: true
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 291e5b6..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-sudo: false
-
-# NOTE: dist is added here to ensure that Travis CI works consistently
-# on Node.js 12. It is desired to remove it once this issue is resolved
-# or otherwise goes away.
-dist: trusty
-
-env:
-  global:
-    - ANDROID_API_LEVEL=29
-    - ANDROID_BUILD_TOOLS_VERSION=29.0.2
-    - TERM=dumb # Keep gradle from crapping all over the log
-  matrix:
-    - nodejs_version=12
-
-language: android
-jdk:
-  - oraclejdk8
-
-android:
-  components:
-    - tools
-    - build-tools-$ANDROID_BUILD_TOOLS_VERSION
-    - android-$ANDROID_API_LEVEL
-  licenses:
-    - 'android-sdk-preview-license-.+'
-    - 'android-sdk-license-.+'
-    - 'google-gdk-license-.+'
-
-before_install:
-  - nvm install $nodejs_version
-  - node --version
-  - npm --version
-  - gradle --version
-
-install:
-  - npm install
-  - npm install -g codecov
-
-script:
-  - npm test
-
-after_script:
-  - codecov


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org