mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Make Node.js 6 the minimum version.
Also, be consistent with Node.js' name.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user