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-common.git


The following commit(s) were added to refs/heads/master by this push:
     new f128980  ci: final migration to actions (#136)
f128980 is described below

commit f128980a13c64ddb46f43994850ba3e49b5affca
Author: エリス <[email protected]>
AuthorDate: Sun Mar 15 18:40:01 2020 +0900

    ci: final migration to actions (#136)
---
 .github/workflows/ci.yml |  4 ++++
 .npmignore               |  1 -
 .ratignore               |  1 -
 .travis.yml              | 18 ------------------
 README.md                |  3 +--
 appveyor.yml             | 20 --------------------
 6 files changed, 5 insertions(+), 42 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 96bc2df..ea42e91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,3 +45,7 @@ jobs:
         run: npm cit
         env:
           CI: true
+
+      - uses: codecov/codecov-action@v1
+        with:
+          fail_ci_if_error: true
diff --git a/.npmignore b/.npmignore
index 62fc8e0..ee8a59d 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,4 +1,3 @@
 .*
-appveyor.yml
 spec
 coverage
diff --git a/.ratignore b/.ratignore
index 6ad2449..5205fdd 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,5 +1,4 @@
 fixtures
 coverage
 jasmine.json
-appveyor.yml
 package-lock.json
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 7a8f10e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: node_js
-sudo: false
-
-git:
-  depth: 10
-
-node_js:
-  - 10
-  - 12
-
-install:
-  - npm install
-
-script:
-  - npm test
-
-after_success:
-  - npx codecov
diff --git a/README.md b/README.md
index 583ec9d..86f9dd7 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,7 @@
 #
 -->
 
-[![Build 
status](https://ci.appveyor.com/api/projects/status/wxkmo0jalsr8gane?svg=true)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/cordova-common/branch/master)
-[![Build 
Status](https://travis-ci.org/apache/cordova-common.svg?branch=master)](https://travis-ci.org/apache/cordova-common)
+[![Actions 
Status](https://github.com/apache/cordova-common/workflows/Node%20CI/badge.svg)](https://github.com/apache/cordova-common/actions)
 
[![NPM](https://nodei.co/npm/cordova-common.png)](https://nodei.co/npm/cordova-common/)
 
 # cordova-common
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index d48ddc8..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# appveyor file
-# http://www.appveyor.com/docs/appveyor-yml
-
-shallow_clone: true
-
-environment:
-  matrix:
-  - nodejs_version: 10
-  - nodejs_version: 12
-
-install:
-  - ps: Install-Product node $env:nodejs_version
-  - npm install
-
-build: off
-
-test_script:
-  - node --version
-  - npm --version
-  - npm test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to