Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Added node v6 in .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 2, 2016
1 parent 1bf7fc5 commit ac276fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_js:
- 0.12
- 4
- 5
- 6
services:
- redis-server
- mongodb
Expand Down
2 changes: 1 addition & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function Server(opts, callback) {
}
], function(err, results){
if(err) {
callback(err)
callback(err);
}
});

Expand Down

0 comments on commit ac276fb

Please sign in to comment.