Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-09-20 12:10:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-11 10:02:18 +0300
commitbf92923e9fe03c6e50bd8243be313ac653a83288 (patch)
tree732da994525c5e32db809566d08271cfecd1ef2e /.travis.yml
parenta291d79ecb4af9d8ca9e92cef2e2d2872f2efa38 (diff)
Travis CI: test against node.js "4" and "stable".
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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)\""