From 2155613ba81edff7c9b60e6cde724e684dd58067 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Fri, 24 Jun 2016 01:24:48 -0700 Subject: [PATCH] ci: travis-ci/travis-ci#4681 --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 133b855ce25..bb079d336b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,24 +1,25 @@ sudo: false # need this _and_ the matrix below language: node_js -# needed for npm-registry-couchapp / test/tap/registry.js -env: - - DEPLOY_VERSION=testing matrix: include: # LTS is our most important target - node_js: "4" # only instrument coverage for LTS - env: INCLUDE_COVERAGE=true + env: DEPLOY_VERSION=testing INCLUDE_COVERAGE=true # next LTS and master is next most important - node_js: "6" + env: DEPLOY_VERSION=testing # still in LTS maintenance until fall 2016 # (also still in wide use) - node_js: "0.10" + env: DEPLOY_VERSION=testing # will be unsupported as soon as 6 becomes LTS and 7 released - node_js: "5" + env: DEPLOY_VERSION=testing # technically in LTS / distros, unbeloved - node_js: "0.12" + env: DEPLOY_VERSION=testing before_install: - "node . install -g ." # required by test/tap/registry.js