From d00d12cbe8a575d9e9a707e42c44c3ec84d5e762 Mon Sep 17 00:00:00 2001 From: Piotr Roszatycki Date: Thu, 22 Jun 2017 12:17:26 +0200 Subject: [PATCH] travis: harmony flag for node < 6 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a4b644b..8cfb3e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,9 @@ matrix: - node_js: "7" - node_js: "6" - node_js: "5" + env: TAP_RCFILE=./.taprc - node_js: "4" + env: TAP_RCFILE=./.taprc install: - npm install - if [ -n "$NPM_INSTALL_PACKAGES" ]; then npm install $NPM_INSTALL_PACKAGES; fi