]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Travis CI: test against node.js "4" and "stable". 17652/head
authorXhmikosR <xhmikosr@gmail.com>
Sun, 20 Sep 2015 09:10:42 +0000 (12:10 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 11 Nov 2015 07:02:18 +0000 (09:02 +0200)
.travis.yml

index 387796c5f2f3e3161b481eee97ba778d32403544..72a786101199b7ff6c628a66942219be6bb66e1a 100644 (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)\""