diff --git a/.travis.yml b/.travis.yml index 2fb9600..aa0af02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ before_deploy: - deploy-phpdoc-release.sh - composer install --no-dev --optimize-autoloader - find vendor/ -type d -path 'vendor/*/*/.git' -print0 | xargs -0 rm -rf + - mv index.php.dist index.php - tar -czf "pico-release-$TRAVIS_TAG.tar.gz" README.md LICENSE CONTRIBUTING.md CHANGELOG.md composer.json composer.lock config content-sample lib plugins themes vendor .htaccess index.php deploy: diff --git a/index.php b/index.php index b8fdff6..7e7cdf0 100644 --- a/index.php +++ b/index.php @@ -1,10 +1,4 @@ -run();