You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2023/01/08 23:55:32 UTC

[cordova-browser] branch remove-travis created (now 85550cf)

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

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


      at 85550cf  ci: remove travis & appveyor

This branch includes the following new commits:

     new 85550cf  ci: remove travis & appveyor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-browser] 01/01: ci: remove travis & appveyor

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 85550cfce26354c18ac9d53b867da90f35902e1a
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Mon Jan 9 00:55:20 2023 +0100

    ci: remove travis & appveyor
---
 .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-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org