cleanup some composer requires

This commit is contained in:
Nabeel Shahzad
2017-12-28 17:45:57 -06:00
parent f57653a784
commit 15becf6b67
4 changed files with 12 additions and 1110 deletions

View File

@@ -19,6 +19,10 @@ if [ "$TRAVIS" = "true" ]; then
rm -rf .idea phpvms.iml .travis .dpl
rm -rf .phpstorm.meta.php _ide_helper.php
rm -rf node_modules
# delete files in vendor that are rather large
rm -rf vendor/willdurand/geocoder/tests
php artisan version:show --format compact --suppress-app-name > VERSION
echo "creating tarball"