mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-27 15:27:59 +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
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue