0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #17652 from twbs/v4-dev-xmr-node-4

Travis CI: test against Node.js 4 & stable
This commit is contained in:
Chris Rebert 2015-11-11 17:03:45 -08:00
commit f4147c4da9

View File

@ -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)\""