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