From 2957150756a8c20015f1a082eafb830ac5e592c0 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Mon, 27 Feb 2017 11:24:47 +0800 Subject: [PATCH] test: travis test on node 8 using nightly building (#464) --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6f98c19cfc..5d53773357 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,13 @@ language: node_js node_js: - '6' - '7' +matrix: + include: + - node_js: '8' + env: 'NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly' + allow_failures: + # Allow the nightly installs to fail + - env: 'NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly' install: - npm i npminstall && npminstall script: