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>2017-09-27 16:47:38 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-01 22:01:27 +0300
commit44dcc8d719a9f3a45915db1f6136457682d7c628 (patch)
tree3ad2cd29ff804fa3d6414b9f1dfb303acf8416bf /.travis.yml
parenta143f82ccd1113540f98bb43af4be25abbd4c91c (diff)
Make Node.js 6 the minimum version.
Also, be consistent with Node.js' name.
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 9137d5c4c3..57c810b0a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: node_js
git:
depth: 3
node_js:
- - "4"
+ - "6"
- "8"
before_install:
- if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi