aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-09-20 12:10:42 +0300
committerXhmikosR <[email protected]>2015-11-11 09:02:18 +0200
commitbf92923e9fe03c6e50bd8243be313ac653a83288 (patch)
tree732da994525c5e32db809566d08271cfecd1ef2e
parenta291d79ecb4af9d8ca9e92cef2e2d2872f2efa38 (diff)
downloadbootstrap-bf92923e9fe03c6e50bd8243be313ac653a83288.tar.xz
bootstrap-bf92923e9fe03c6e50bd8243be313ac653a83288.zip
Travis CI: test against node.js "4" and "stable".
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 387796c5f..72a786101 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)\""