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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-11-23 10:30:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-25 19:47:47 +0300
commitb56e8e2ed0eee31030c78fd5f6b914a125482fcf (patch)
tree63edd822aa5574a4aa5601ba463ca4fc895513f2
parent669b11ebe7fe14d14e3d4e077b2e56c3caf5cbc6 (diff)
Travis: replace `stable` by `5`.
One would expect `stable` to use 5.1.0 now that is out but that's not the case.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 04117a1..e069fa9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- - "stable"
+ - "5"
- "4"
- "0.12"
- "0.10"