mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Removed wizard from Travis
This commit is contained in:
parent
609544b1ec
commit
81d938cc53
@ -7,7 +7,7 @@ before_script:
|
|||||||
- pecl install channel://pecl.php.net/pthreads-0.0.44
|
- pecl install channel://pecl.php.net/pthreads-0.0.44
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php src/tests/ServerSuiteTest.php
|
- php src/tests/ServerSuiteTest.php --no-wizard
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
@ -97,7 +97,7 @@ foreach($inc as $s){
|
|||||||
define("SOURCE_SHA1SUM", bin2hex($sha1sum));
|
define("SOURCE_SHA1SUM", bin2hex($sha1sum));
|
||||||
|
|
||||||
/***REM_START***/
|
/***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();
|
$installer = new Installer();
|
||||||
}
|
}
|
||||||
/***REM_END***/
|
/***REM_END***/
|
Loading…
x
Reference in New Issue
Block a user