Fixing test payment in Travis

This commit is contained in:
Hillel Coren 2016-02-18 17:16:14 +02:00
parent fcc1d62d9b
commit 5ddef6f12b

View File

@ -40,6 +40,7 @@ before_script:
- mysql -u root -e 'SET @@GLOBAL.wait_timeout=28800;'
# copy configuration files
- cp .env.example .env
- sed -i 's/REQUIRE_HTTPS=false/NINJA_DEV=true/g' .env
- cp tests/_bootstrap.php.default tests/_bootstrap.php
- php artisan key:generate --no-interaction
- sed -i 's/APP_ENV=production/APP_ENV=development/g' .env