From: XhmikosR Date: Sun, 20 Sep 2015 09:10:42 +0000 (+0300) Subject: Travis CI: test against node.js "4" and "stable". X-Git-Tag: v4.0.0-alpha.2~179^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf92923e9fe03c6e50bd8243be313ac653a83288;p=thirdparty%2Fbootstrap.git Travis CI: test against node.js "4" and "stable". --- diff --git a/.travis.yml b/.travis.yml index 387796c5f2..72a7861011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: node_js git: depth: 10 node_js: - - "0.12" + - "4" + - "stable" before_install: - rvm install 2.0.0 && rvm use 2.0.0 - "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""