Force a clean in case caches are being included
This commit is contained in:
parent
75d4ecc3c8
commit
2a270086ad
@ -18,6 +18,7 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
echo "cleaning files"
|
echo "cleaning files"
|
||||||
|
|
||||||
cd $TRAVIS_BUILD_DIR
|
cd $TRAVIS_BUILD_DIR
|
||||||
|
make clean
|
||||||
find ./vendor -type d -name ".git" | xargs rm -rf
|
find ./vendor -type d -name ".git" | xargs rm -rf
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user