Skip to content

Commit

Permalink
Drop iojs, add 4.0 4.1 to CI run. Upgrade deps to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 17, 2015
1 parent 9999da0 commit bf3e533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ node_js:
- "0.11"
- "0.10"
- "0.12"
- iojs
- "4.0"
- "4.1"
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"test": "./test"
},
"dependencies": {
"async": "^1.2.1",
"bagofcli": "^0.2.2",
"bagofrequest": "^0.1.1",
"async": "^1.5.0",
"bagofcli": "^0.2.3",
"bagofrequest": "^0.1.2",
"colors": "^1.1.2",
"fs.extra": "^1.3.2",
"i18n": "^0.5.0",
"lodash": "^3.9.3",
"lodash": "^3.10.1",
"memory-cache": "^0.1.4",
"mongodb": "^2.0.34",
"mongodb": "^2.0.48",
"jazz": "^0.0.18",
"validator": "^3.40.1"
"validator": "^4.2.1"
},
"devDependencies": {
"buster-node": "^0.7.1",
Expand Down

0 comments on commit bf3e533

Please sign in to comment.