mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Add iojs to CI test matrix
Specific version of nan required
This commit is contained in:
parent
f57478c1aa
commit
0b2fb967b8
@ -2,6 +2,7 @@ language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
- iojs
|
||||
before_install:
|
||||
- curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
|
||||
after_success:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sharp",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"author": "Lovell Fuller <npm@lovell.info>",
|
||||
"contributors": [
|
||||
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
||||
@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"bluebird": "^2.9.3",
|
||||
"color": "^0.7.3",
|
||||
"nan": "^1.5.1",
|
||||
"nan": "1.5.3",
|
||||
"semver": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user