Skip to content

Commit

Permalink
Add iojs to CI test matrix
Browse files Browse the repository at this point in the history
Specific version of nan required
  • Loading branch information
lovell committed Feb 6, 2015
1 parent f57478c commit 0b2fb96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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>",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 0b2fb96

Please sign in to comment.