You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/03/28 20:45:45 UTC

[cordova-browser] 01/01: ci: removes Node.js v6 and v8 from testing

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

timbru31 pushed a commit to branch feat/drop-node-lower-10
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 6f91e2240a2c209b8fcf885b4d8ad64fc15de7f3
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Mar 28 21:45:27 2020 +0100

    ci: removes Node.js v6 and v8 from testing
---
 .travis.yml  | 2 --
 appveyor.yml | 9 +++------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eddf16e..2e07a32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,6 @@ language: node_js
 sudo: false
 
 node_js:
-  - 6
-  - 8
   - 10
   - 12
 
diff --git a/appveyor.yml b/appveyor.yml
index 6bf9cc9..fb046ec 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,16 +16,13 @@
 # specific language governing permissions and limitations
 # under the License.
 
-
 # appveyor file
 # http://www.appveyor.com/docs/appveyor-yml
 
 environment:
   matrix:
-  - nodejs_version: 6
-  - nodejs_version: 8
-  - nodejs_version: 10
-  - nodejs_version: 12
+    - nodejs_version: "10"
+    - nodejs_version: "12"
 
 install:
   - ps: Install-Product node $env:nodejs_version
@@ -37,4 +34,4 @@ test_script:
   - node --version
   - npm --version
   - msbuild /version
-  - npm test
\ No newline at end of file
+  - npm test


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