From: Bardi Harborow Date: Sat, 15 Jul 2017 06:17:32 +0000 (+0000) Subject: Start testing on Node v8. X-Git-Tag: v4.0.0-beta~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a47962683a751ddbd6eb4d507c53c16721d97f;p=thirdparty%2Fbootstrap.git Start testing on Node v8. --- diff --git a/.travis.yml b/.travis.yml index 4efd7f293b..f5afd82d55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ git: depth: 3 node_js: - "4" - - "7" + - "8" before_install: - - if [[ `npm -v` != 4* ]]; then npm install -g npm@4; fi + - if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi - "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\"" - echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true install: