From 2a270086ad9ec9246084bd81c40dfe8f2ed1b897 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Thu, 4 Jan 2018 13:55:07 -0600 Subject: [PATCH] Force a clean in case caches are being included --- .travis/deploy_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index 259dd8a4..b75d7c66 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -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