Add check to see that we're installed, and remove the .env that's created

This commit is contained in:
Nabeel Shahzad
2017-12-16 12:01:21 -06:00
parent 2dd259802d
commit 5bc8dab6f8
6 changed files with 27 additions and 16 deletions

View File

@@ -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