mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:34:04 +00:00
Change DB name to travis_tenancy
This commit is contained in:
parent
32ebf892ba
commit
c3dee2bce0
2 changed files with 1 additions and 2 deletions
|
|
@ -20,9 +20,9 @@ install:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mysql -e 'CREATE DATABASE travis_tenancy;'
|
- mysql -e 'CREATE DATABASE travis_tenancy;'
|
||||||
|
- psql -c 'create database travis_tenancy;' -U postgres
|
||||||
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=travis_tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
- export DB_USERNAME=root DB_PASSWORD="" DB_DATABASE=travis_tenancy CODECOV_TOKEN="24382d15-84e7-4a55-bea4-c4df96a24a9b"
|
||||||
- cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php| grep 'const VERSION'
|
- cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php| grep 'const VERSION'
|
||||||
- psql -c 'create database travis_ci_default;' -U postgres
|
|
||||||
|
|
||||||
script: vendor/bin/phpunit -v --coverage-clover=coverage.xml
|
script: vendor/bin/phpunit -v --coverage-clover=coverage.xml
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,6 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
'suffix' => '.sqlite',
|
'suffix' => '.sqlite',
|
||||||
],
|
],
|
||||||
'database.connections.sqlite.database' => ':memory:',
|
'database.connections.sqlite.database' => ':memory:',
|
||||||
'database.connections.pgsql.database' => 'default',
|
|
||||||
'database.connections.pgsql.username' => 'postgres',
|
'database.connections.pgsql.username' => 'postgres',
|
||||||
'tenancy.filesystem.disks' => [
|
'tenancy.filesystem.disks' => [
|
||||||
'local',
|
'local',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue