From 32ba6129e919f754722bd67a3ebde01b708a914f Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Thu, 4 Jul 2019 11:24:35 -0400 Subject: [PATCH] ci: update nodejs versions in travis 12 has been stable a couple months, 13 is master. PR-URL: https://github.com/nodesource/ncm-cli/pull/169 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc229d7..ee20257 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ language: node_js node_js: - "8" - "10" - - "11" + - "12" matrix: include: - - node_js: "12" + - node_js: "13" env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly" allow_failures: # Allow the nightly installs to fail