diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-07-21 19:57:00 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-07-21 19:57:00 +0200 |
commit | 0971d3f975ebaa8c2874115bd82b308b244783f2 (patch) | |
tree | 271e310a76bfe64c957d762c856aa7c5e0adc62e /travis/phpunit-postgres-travis.xml | |
parent | [ticket/11015] Fix db connection type hint in lock_db (diff) | |
download | phpbb-0971d3f975ebaa8c2874115bd82b308b244783f2.tar.gz phpbb-0971d3f975ebaa8c2874115bd82b308b244783f2.tar.bz2 phpbb-0971d3f975ebaa8c2874115bd82b308b244783f2.zip |
[ticket/11015] Fix configuration for travis
PHPBB3-11015
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r-- | travis/phpunit-postgres-travis.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index 55ba996548..3a09c4a826 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -29,7 +29,7 @@ <php> <!-- "Real" test database --> <!-- uncomment, otherwise sqlite memory runs --> - <server name="PHPBB_TEST_DBMS" value="postgres"/> + <server name="PHPBB_TEST_DBMS" value="phpbb_db_driver_postgres"/> <server name="PHPBB_TEST_DBHOST" value="localhost" /> <server name="PHPBB_TEST_DBPORT" value="5432" /> <server name="PHPBB_TEST_DBNAME" value="phpbb_tests" /> |