Optimize composer autoloader before deploying
This converts PSR-0/PSR-4 autoloading to classmap to get a faster autoloader (up to 20% performance increase)
This commit is contained in:
parent
bd24d518f2
commit
2982f5deb9
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ script:
|
|||
|
||||
before_deploy:
|
||||
- composer install
|
||||
- composer dump-autoload --optimize
|
||||
- tar -czf "pico-release-$TRAVIS_TAG.tar.gz" .htaccess README.md CHANGELOG.md CONTRIBUTING.md composer.json composer.lock LICENSE config content-sample lib plugins themes vendor index.php
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Add table
Reference in a new issue