Force a clean in case caches are being included

This commit is contained in:
Nabeel Shahzad 2018-01-04 13:55:07 -06:00
parent 75d4ecc3c8
commit 2a270086ad

View File

@ -18,6 +18,7 @@ if [ "$TRAVIS" = "true" ]; then
echo "cleaning files"
cd $TRAVIS_BUILD_DIR
make clean
find ./vendor -type d -name ".git" | xargs rm -rf
rm -rf .idea phpvms.iml .travis .dpl
rm -rf .phpstorm.meta.php _ide_helper.php