From 419af910f4749e7ec1644f587a3b559a8f35b7e7 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 | 2 +- 2 files changed, 4 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..7b7a0a0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,4 +26,4 @@ test_script: build: off cache: - - node_modules \ No newline at end of file + - node_modules