From e01a28fb9af7a95e19cbdeab25787ca42b45f275 Mon Sep 17 00:00:00 2001 From: Aaron G Date: Mon, 24 Jan 2022 17:23:39 -0500 Subject: [PATCH] Adjust tested Node versions --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ae5fe5..cb160c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,21 +8,25 @@ jobs: include: - stage: Test language: node_js - node_js: "6" + node_js: "8" script: - npm run build # test-src, build, test-build - npm run coveralls - stage: Test language: node_js - node_js: "8" + node_js: "10" script: npm run build # test-src, build, test-build - stage: Test language: node_js - node_js: "10" + node_js: "12" + script: npm run build # test-src, build, test-build + - stage: Test + language: node_js + node_js: "14" script: npm run build # test-src, build, test-build - stage: Deploy # Runs on each build, but only publishes on new version language: node_js - node_js: "6" # Maximum compatibility + node_js: "8" # Maximum compatibility script: - npm run build deploy: # Can't use npm provider because you need to publish the build folder