mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 20:40:24 +00:00
Travis CI: test against node.js "4" and "stable".
This commit is contained in:
parent
a291d79ecb
commit
bf92923e9f
1 changed files with 2 additions and 1 deletions
|
|
@ -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)\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue