don't create env/config files by default
This commit is contained in:
parent
f0ef723854
commit
27944b8235
@ -99,10 +99,6 @@ if [ "$TRAVIS" = "true" ]; then
|
||||
composer dump-autoload
|
||||
make clean
|
||||
|
||||
# Create a blank env.php file and config.php file
|
||||
touch env.php; chmod 775 env.php
|
||||
touch config.php; chmod 775 config.php
|
||||
|
||||
echo "Creating Tarball"
|
||||
cd /tmp
|
||||
tar -czf $TAR_NAME -C $TRAVIS_BUILD_DIR/../ phpvms
|
||||
|
@ -17,8 +17,6 @@ return [
|
||||
|
||||
# Make sure these are writable
|
||||
'permissions' => [
|
||||
'env.php',
|
||||
'config.php',
|
||||
'bootstrap/cache',
|
||||
'public/uploads',
|
||||
'storage',
|
||||
|
Loading…
Reference in New Issue
Block a user