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 fd0768e commit 832dadd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"test": "./test"
},
"dependencies": {
"bagofcli": "^0.2.1",
"bagofcli": "^0.2.3",
"lifx": "^0.3.1",
"nestor": "^0.3.1"
"nestor": "^0.3.3"
},
"devDependencies": {
"buster-node": "^0.7.1",
Expand Down

0 comments on commit 832dadd

Please sign in to comment.