Removed wizard from Travis

This commit is contained in:
Shoghi Cervantes
2014-01-15 18:09:09 +01:00
parent 609544b1ec
commit 81d938cc53
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ foreach($inc as $s){
define("SOURCE_SHA1SUM", bin2hex($sha1sum));
/***REM_START***/
if(!file_exists(DATA_PATH."server.properties") and arg("no-installer", false) != true){
if(!file_exists(DATA_PATH."server.properties") and arg("no-wizard", false) != true){
$installer = new Installer();
}
/***REM_END***/