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-02-09 07:15:59 +0300
committerChris Rebert <code@rebertia.com>2015-02-17 08:09:32 +0300
commitb9aad573f9400693f6bcbf9af5374a93228dbe6f (patch)
tree697551bdea852014174393b8427bd620347e3dae /.travis.yml
parentfd7c69b30f422b0e9b469cbd64c60920bbdd0346 (diff)
Travis: test against node.js 0.12.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 252f082e30..c4fea95135 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: node_js
git:
depth: 10
node_js:
- - "0.10"
+ - "0.12"
before_install:
- travis_retry sudo pip install -r test-infra/requirements.txt
- rvm use 1.9.3 --fuzzy