Added execution of db tests with mysql and postgres to travis

This commit is contained in:
Alejandro Celaya
2019-03-05 20:50:32 +01:00
parent 6fa255386b
commit 840e377245
3 changed files with 15 additions and 4 deletions

View File

@@ -110,6 +110,8 @@
"test:ci": [
"@test:unit:ci",
"@test:db",
"@test:db:mysql",
"@test:db:postgres",
"@test:api"
],
"test:unit": "phpdbg -qrr vendor/bin/phpunit --order-by=random --coverage-php build/coverage-unit.cov --testdox",