summaryrefslogtreecommitdiff
path: root/deps/npm/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/.travis.yml')
-rw-r--r--deps/npm/.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml
index 108ecf9059..ac208f8907 100644
--- a/deps/npm/.travis.yml
+++ b/deps/npm/.travis.yml
@@ -15,13 +15,10 @@ 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"
+ - node_js: "10"
env: DEPLOY_VERSION=testing
- # then master
- node_js: "9"
env: DEPLOY_VERSION=testing
script: