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.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml
index dbf67611c4..95255d8d80 100644
--- a/deps/npm/.travis.yml
+++ b/deps/npm/.travis.yml
@@ -17,9 +17,11 @@ matrix:
# previous LTS is next most important
- node_js: "4"
env: DEPLOY_VERSION=testing
- # then master
- node_js: "7"
env: DEPLOY_VERSION=testing
+ # then master
+ - node_js: "8"
+ env: DEPLOY_VERSION=testing
before_install:
# required by test/tap/registry.js
- "mkdir -p /var/run/couchdb"