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>2018-03-23 03:56:41 +0300
committerRebecca Turner <me@re-becca.org>2018-03-23 13:46:35 +0300
commit9478aff21ae92560bcbefaf8d0278271d877702c (patch)
treeafcbf81b15d6d1ce8a85b932706ffda572d48370 /.travis.yml
parentc37015e360141d0b1e137fd1175e92a62dee6e31 (diff)
unsupported: Drop support for Node 4 & Node 7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 108ecf905..c309d1393 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,13 +15,8 @@ matrix:
- "node . run tap-cover -- \"test/tap/*.js\""
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
# previous LTS is next most important
- - node_js: "4"
- env: DEPLOY_VERSION=testing
- node_js: "6"
env: DEPLOY_VERSION=testing
- - node_js: "7"
- env: DEPLOY_VERSION=testing
- # then master
- node_js: "9"
env: DEPLOY_VERSION=testing
script: