mirror of
https://github.com/lovell/sharp.git
synced 2025-07-11 19:40:14 +02:00
Add Node v6 to CI builds
This commit is contained in:
parent
c9b3847a69
commit
f8eab49962
@ -4,6 +4,7 @@ node_js:
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "5"
|
||||
- "6"
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
@ -8,6 +8,7 @@ environment:
|
||||
- nodejs_version: "0.12"
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "5"
|
||||
- nodejs_version: "6"
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
- npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user