Commit f4147c4d authored by Chris Rebert's avatar Chris Rebert
Browse files

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

Travis CI: test against Node.js 4 & stable
parents cfd9c30e bf92923e
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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)\""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment