Bump node version to 2.5

This commit is contained in:
spalger 2015-08-27 15:50:37 -07:00
parent 5b0e3bdbbc
commit 6e95347c07
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
iojs-v2.4
iojs-v2.5

View file

@ -1,5 +1,5 @@
language: node_js
node_js: 'iojs-v2.4'
node_js: 'iojs-v2.5'
install:
- npm install -g npm@3.2
- npm install

View file

@ -166,7 +166,7 @@
"wreck": "^6.1.0"
},
"engines": {
"node": "2.4",
"node": "2.5",
"npm": "3.2"
}
}