Add iojs to CI test matrix

Specific version of nan required
This commit is contained in:
Lovell Fuller 2015-02-06 09:36:45 +00:00
parent f57478c1aa
commit 0b2fb967b8
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ language: node_js
node_js: node_js:
- "0.10" - "0.10"
- "0.11" - "0.11"
- iojs
before_install: before_install:
- curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash - - curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
after_success: after_success:

View File

@ -1,6 +1,6 @@
{ {
"name": "sharp", "name": "sharp",
"version": "0.9.1", "version": "0.9.2",
"author": "Lovell Fuller <npm@lovell.info>", "author": "Lovell Fuller <npm@lovell.info>",
"contributors": [ "contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>", "Pierre Inglebert <pierre.inglebert@gmail.com>",
@ -36,7 +36,7 @@
"dependencies": { "dependencies": {
"bluebird": "^2.9.3", "bluebird": "^2.9.3",
"color": "^0.7.3", "color": "^0.7.3",
"nan": "^1.5.1", "nan": "1.5.3",
"semver": "^4.2.0" "semver": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {