Skip to content

Commit c473057

Browse files
committed
update node.js version matrix
1 parent 342a637 commit c473057

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ node_js:
33
- "0.10"
44
- "0.12"
55
- "4"
6-
- "5"
6+
- "6"
7+
- "7"
78
sudo: false
89
env:
910
- MONGODB_VERSION=2.2.x

test/runner.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,15 +451,15 @@ if(argv.t == 'functional') {
451451
return runner.run(Configuration(_config));
452452
}
453453

454-
console.log("!!!!!!!!!!! RUN 0")
454+
// console.log("!!!!!!!!!!! RUN 0")
455455
// Kill any running MongoDB processes and
456456
// `install $MONGODB_VERSION` || `use existing installation` || `install stable`
457457
m(function(err){
458-
console.log("!!!!!!!!!!! RUN 1")
458+
// console.log("!!!!!!!!!!! RUN 1")
459459
if(err) return console.error(err) && process.exit(1);
460460

461461
m.current(function(err, version){
462-
console.log("!!!!!!!!!!! RUN 2")
462+
// console.log("!!!!!!!!!!! RUN 2")
463463
if(err) return console.error(err) && process.exit(1);
464464
console.log('Running tests against MongoDB version `%s`', version);
465465
// Run the configuration

0 commit comments

Comments
 (0)