mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Add node 4.6 to build matrix
This commit is contained in:
@@ -3,6 +3,7 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
node_js:
|
node_js:
|
||||||
|
- "4.6"
|
||||||
- "5.11"
|
- "5.11"
|
||||||
- "6.1"
|
- "6.1"
|
||||||
before_install:
|
before_install:
|
||||||
|
|||||||
+4
-1
@@ -1,5 +1,8 @@
|
|||||||
environment:
|
environment:
|
||||||
nodejs_version: "5.11"
|
matrix:
|
||||||
|
- nodejs_version: "4.6"
|
||||||
|
- nodejs_version: "5.11"
|
||||||
|
- nodejs_version: "6.1"
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- npm install
|
- npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user