Merge branch 'master' into enhancement/build-release
Conflicts: .travis.yml
This commit is contained in:
commit
869a697977
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ after_success:
|
|||
before_deploy:
|
||||
- deploy-phpdoc-release.sh
|
||||
- composer install --no-dev --optimize-autoloader
|
||||
- find vendor/ -type d -path 'vendor/*/*/.git' -print0 | xargs -0 rm -rf
|
||||
- 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue