Try to run database tests on travis

This commit is contained in:
Frederic Guillot
2015-08-15 11:45:41 -04:00
parent 715f16fc6b
commit ba3b31e65a
2 changed files with 8 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<php>
<const name="DB_DRIVER" value="postgres" />
<const name="DB_USERNAME" value="postgres" />
<const name="DB_PASSWORD" value="postgres" />
<const name="DB_PASSWORD" value="" />
<const name="DB_NAME" value="kanboard_unit_test" />
</php>
</phpunit>