From 81d938cc53de9a6a39058c22b1ecfb7d5e36f835 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 15 Jan 2014 18:09:09 +0100 Subject: [PATCH] Removed wizard from Travis --- .travis.yml | 2 +- src/dependencies.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c46d5ed2..e06c9f64c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_script: - pecl install channel://pecl.php.net/pthreads-0.0.44 script: - - php src/tests/ServerSuiteTest.php + - php src/tests/ServerSuiteTest.php --no-wizard notifications: email: false diff --git a/src/dependencies.php b/src/dependencies.php index 003377732..c2c39f490 100644 --- a/src/dependencies.php +++ b/src/dependencies.php @@ -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***/ \ No newline at end of file