Make sure the env.php file and other dev files are being removed
This commit is contained in:
parent
2a270086ad
commit
29fc8c6046
@ -18,10 +18,16 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
echo "cleaning files"
|
echo "cleaning files"
|
||||||
|
|
||||||
cd $TRAVIS_BUILD_DIR
|
cd $TRAVIS_BUILD_DIR
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
|
rm -rf env.php
|
||||||
find ./vendor -type d -name ".git" | xargs rm -rf
|
find ./vendor -type d -name ".git" | xargs rm -rf
|
||||||
|
|
||||||
|
# Remove any development files
|
||||||
|
rm -rf .sass-cache
|
||||||
rm -rf .idea phpvms.iml .travis .dpl
|
rm -rf .idea phpvms.iml .travis .dpl
|
||||||
rm -rf .phpstorm.meta.php _ide_helper.php
|
rm -rf .phpstorm.meta.php _ide_helper.php phpunit.xml Procfile
|
||||||
|
|
||||||
# remove large sized files
|
# remove large sized files
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
Loading…
Reference in New Issue
Block a user