File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
- " 0.10"
4
4
- " 0.12"
5
5
- " 4"
6
- - " 5"
6
+ - " 6"
7
+ - " 7"
7
8
sudo : false
8
9
env :
9
10
- MONGODB_VERSION=2.2.x
Original file line number Diff line number Diff line change @@ -451,15 +451,15 @@ if(argv.t == 'functional') {
451
451
return runner . run ( Configuration ( _config ) ) ;
452
452
}
453
453
454
- console . log ( "!!!!!!!!!!! RUN 0" )
454
+ // console.log("!!!!!!!!!!! RUN 0")
455
455
// Kill any running MongoDB processes and
456
456
// `install $MONGODB_VERSION` || `use existing installation` || `install stable`
457
457
m ( function ( err ) {
458
- console . log ( "!!!!!!!!!!! RUN 1" )
458
+ // console.log("!!!!!!!!!!! RUN 1")
459
459
if ( err ) return console . error ( err ) && process . exit ( 1 ) ;
460
460
461
461
m . current ( function ( err , version ) {
462
- console . log ( "!!!!!!!!!!! RUN 2" )
462
+ // console.log("!!!!!!!!!!! RUN 2")
463
463
if ( err ) return console . error ( err ) && process . exit ( 1 ) ;
464
464
console . log ( 'Running tests against MongoDB version `%s`' , version ) ;
465
465
// Run the configuration
You can’t perform that action at this time.
0 commit comments