Add check to see that we're installed, and remove the .env that's created
This commit is contained in:
@@ -19,7 +19,6 @@ if [ "$TRAVIS" = "true" ]; then
|
||||
rm -rf .idea phpvms.iml .travis .dpl
|
||||
rm -rf .phpstorm.meta.php _ide_helper.php
|
||||
php artisan version:show --format compact --suppress-app-name > VERSION
|
||||
mv .env.dev.example .env
|
||||
|
||||
echo "creating tarball"
|
||||
cd /tmp
|
||||
|
||||
Reference in New Issue
Block a user