mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 01:00:26 +01:00
Add node 4.6 to build matrix
This commit is contained in:
parent
e0206eeef4
commit
253f06805e
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue