From 6f0c353e4e89b0378a4c88c829ccf9a1c5ae829d Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Thu, 10 Nov 2016 16:42:05 -0800 Subject: ci: reintroduce 0.12 I genuinely thought it went out of maintenance mode with 0.10, and removing it from the test matrix was therefore both premature and an oversight. My apologies. Credit: @othiym23 Blame: @othiym23 PR-URL: https://github.com/npm/npm/pull/14591 Reviewed-By: @iarna --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 12b8a8add..a17c05cb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,10 @@ matrix: # then master - node_js: "7" env: DEPLOY_VERSION=testing + # then 0.12, which is still in maintenance mode until the end of 2016 I guess? + # https://github.com/nodejs/LTS#lts-schedule + - node_js: "0.12" + env: DEPLOY_VERSION=testing before_install: # required by test/tap/registry.js - "mkdir -p /var/run/couchdb" -- cgit v1.2.3