From c625c4db9315f6418443ab7de52fae8786f3377d Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sun, 6 May 2018 17:56:19 -0500 Subject: [PATCH] Bump appveyor+travis files to always include Node 10 --- .travis.yml | 1 + appveyor.yml | 1 + lib/shared-templates/appveyor.yml.template | 1 + lib/shared-templates/travis.yml.template | 1 + 4 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d4b29b6..a9277e10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ node_js: - "4" - "6" - "8" + - "10" - "node" branches: diff --git a/appveyor.yml b/appveyor.yml index 979f4bc5..2829b508 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,7 @@ environment: - nodejs_version: "4" - nodejs_version: "6" - nodejs_version: "8" + - nodejs_version: "10" # Install scripts. (runs after repo cloning) install: diff --git a/lib/shared-templates/appveyor.yml.template b/lib/shared-templates/appveyor.yml.template index 4f086abb..807f0a8c 100644 --- a/lib/shared-templates/appveyor.yml.template +++ b/lib/shared-templates/appveyor.yml.template @@ -16,6 +16,7 @@ environment: - nodejs_version: "4" - nodejs_version: "6" - nodejs_version: "8" + - nodejs_version: "10" # Install scripts. (runs after repo cloning) install: diff --git a/lib/shared-templates/travis.yml.template b/lib/shared-templates/travis.yml.template index 3d4b29b6..a9277e10 100644 --- a/lib/shared-templates/travis.yml.template +++ b/lib/shared-templates/travis.yml.template @@ -15,6 +15,7 @@ node_js: - "4" - "6" - "8" + - "10" - "node" branches: