diff options
Diffstat (limited to 'build-release.sh')
-rwxr-xr-x | build-release.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build-release.sh b/build-release.sh index 30967fc2e..d05f2fcee 100755 --- a/build-release.sh +++ b/build-release.sh @@ -48,7 +48,6 @@ fi echo "Running tests ..." php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7 -d mbstring.internal_encoding=UTF-8 vendor/bin/phpunit --coverage-text --configuration tests/travis/sqlite.phpunit.xml -phpunit if [ $? -ne 0 ] then @@ -72,19 +71,6 @@ then exit 1 fi -echo "Building EPUB docs; please check output for warnings ..." -echo "" - -make epub - -echo "" - -if [ $? -ne 0 ] -then - echo "Build FAILED!" - exit 1 -fi - cd .. if [ -d user_guide/ ] |