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:
authorRebecca Turner <me@re-becca.org>2017-01-04 01:25:46 +0300
committerRebecca Turner <me@re-becca.org>2017-01-04 01:26:15 +0300
commitc7bbba8744b62448103a1510c65d9751288abb5d (patch)
treea2f62d7451900448bc1fd34f24773fad4ffda75d /.travis.yml
parent40883fcf6c31d2609998db7aaa73b6127f0bcd1a (diff)
unsupported,travis: Remove 0.12 from our supported list
Credit: @iarna
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c6548d1e..6e1950523 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,10 +20,6 @@ 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"