From 152535f3a60f081de0e6dcfccb03da6f07dc3c79 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 21 Sep 2018 17:22:35 -0500 Subject: [PATCH] test node current release (10) in addition to node LTS release (8) --- .travis.yml | 1 + appveyor.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b65bbcef..8f2b0d84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - "8" + - "10" addons: code_climate: repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358 diff --git a/appveyor.yml b/appveyor.yml index f8b7e9ab..0923c999 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,8 @@ # Test against the latest version of this Node.js version environment: - nodejs_version: "8" + matrix: + - nodejs_version: "8" + - nodejs_version: "10" # Install scripts. (runs after repo cloning) install: