mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixing test payment in Travis
This commit is contained in:
parent
fcc1d62d9b
commit
5ddef6f12b
@ -40,6 +40,7 @@ before_script:
|
|||||||
- mysql -u root -e 'SET @@GLOBAL.wait_timeout=28800;'
|
- mysql -u root -e 'SET @@GLOBAL.wait_timeout=28800;'
|
||||||
# copy configuration files
|
# copy configuration files
|
||||||
- cp .env.example .env
|
- cp .env.example .env
|
||||||
|
- sed -i 's/REQUIRE_HTTPS=false/NINJA_DEV=true/g' .env
|
||||||
- cp tests/_bootstrap.php.default tests/_bootstrap.php
|
- cp tests/_bootstrap.php.default tests/_bootstrap.php
|
||||||
- php artisan key:generate --no-interaction
|
- php artisan key:generate --no-interaction
|
||||||
- sed -i 's/APP_ENV=production/APP_ENV=development/g' .env
|
- sed -i 's/APP_ENV=production/APP_ENV=development/g' .env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user