From bdd6a797a1c253cb36834bba3477f5efe589b9b1 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Mon, 13 May 2019 12:57:01 -0400 Subject: [PATCH] Update CI configs to test new Node versions --- .travis.yml | 4 +++- appveyor.yml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dcee24b4..06eca1e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ node_js: - 8 - 9 - 10 + - 11 + - 12 env: TEST_SUITE=unit matrix: exclude: @@ -22,4 +24,4 @@ after_success: - if [ $TEST_SUITE = full-ci ]; then npm run coveralls; fi cache: directories: - - node_modules \ No newline at end of file + - node_modules diff --git a/appveyor.yml b/appveyor.yml index 0268a6b7..0b9dd830 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,7 @@ environment: - nodejs_version: "6" - nodejs_version: "8" - nodejs_version: "10" + - nodejs_version: "12" # Install scripts. (runs after repo cloning) install: @@ -26,4 +27,4 @@ test_script: build: off cache: - - node_modules \ No newline at end of file + - node_modules