Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2016-11-11 03:42:05 +0300
committerRebecca Turner <me@re-becca.org>2016-11-18 01:38:46 +0300
commit6f0c353e4e89b0378a4c88c829ccf9a1c5ae829d (patch)
tree8886c881629ee23f3d14b98dc140607695541246 /.travis.yml
parent50e51b04a143959048cf9e1e4c8fe15094f480b0 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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"