From 8ae7d96cc7756f9acf85adc597b1fbedd25e35f6 Mon Sep 17 00:00:00 2001 From: Yu-Hung Ou Date: Tue, 27 Feb 2018 23:59:29 +1100 Subject: [PATCH] updated Travis CI node version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c68d1063..36542f3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 6 + - 7 script: - npm run lint && npm run test - 'if [[ ${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH} = "master" ]]; then npm install -g grunt npm@5.2 && grunt pre-build; fi'