Check for calendar extension in installer

This commit is contained in:
Nabeel Shahzad
2019-06-19 13:02:06 -04:00
parent 4653eb20ad
commit fb9c1c3681
6 changed files with 12 additions and 5 deletions

View File

@@ -92,7 +92,6 @@ if [ "$TRAVIS" = "true" ]; then
find storage/app/public -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/debugbar -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/docker -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/docker/data -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/framework/cache -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/framework/sessions -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +
find storage/framework/views -mindepth 1 -not -name '.gitignore' -print0 -exec rm -rf {} +