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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca32d9c  ci: remove travis & appveyor (#112)
ca32d9c is described below

commit ca32d9c07553b01183ec658a5cb7033bff81d708
Author: jcesarmobile <jcesarmob...@gmail.com>
AuthorDate: Thu Jan 12 00:06:18 2023 +0100

    ci: remove travis & appveyor (#112)
---
 .travis.yml  | 18 ------------------
 README.md    |  5 ++---
 appveyor.yml | 38 --------------------------------------
 3 files changed, 2 insertions(+), 59 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2e07a32..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-language: node_js
-sudo: false
-
-node_js:
-  - 10
-  - 12
-
-install:
-  - npm install
-  - npm install -g codecov
-
-script:
-  - node --version
-  - npm --version
-  - npm test
-
-after_script:
-  - codecov
diff --git a/README.md b/README.md
index be78a61..1b3af15 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,8 @@
 # under the License.
 #
 -->
-
-[![Build 
status](https://travis-ci.org/apache/cordova-browser.svg?branch=master 
)](https://travis-ci.org/apache/cordova-browser.svg?branch=master )
-[![Build 
Status](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)
+[![Node 
CI](https://github.com/apache/cordova-browser/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-browser/actions?query=branch%3Amaster)
+[![codecov.io](https://codecov.io/github/apache/cordova-browser/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-browser?branch=master)
 
 # Cordova Browser
 
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 610ad08..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,38 +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.
-
-# appveyor file
-# http://www.appveyor.com/docs/appveyor-yml
-
-environment:
-  matrix:
-    - nodejs_version: "10"
-    - nodejs_version: "12"
-    - nodejs_version: "14"
-
-install:
-  - ps: Install-Product node $env:nodejs_version
-  - npm install
-
-build: off
-
-test_script:
-  - node --version
-  - npm --version
-  - msbuild /version
-  - npm test


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

Reply via email to