minor changes for travis test

This commit is contained in:
coderaiser 2012-07-13 17:54:01 +03:00
parent a8354effac
commit e3dd4adc45

View file

@ -171,7 +171,7 @@ CloudServer.start=function()
this.IP = '0.0.0.0';
}
/* server mode or testing mode */
if(this.Config.server){
if(!process.argv[2] && this.Config.server){
var http = require('http');
try{