aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-07-21 19:57:00 +0200
committerIgor Wiedler <igor@wiedler.ch>2012-07-21 19:57:00 +0200
commit0971d3f975ebaa8c2874115bd82b308b244783f2 (patch)
tree271e310a76bfe64c957d762c856aa7c5e0adc62e /travis/phpunit-postgres-travis.xml
parentc34ca32795f29c944c840f8282c025e4b322c891 (diff)
downloadforums-0971d3f975ebaa8c2874115bd82b308b244783f2.tar
forums-0971d3f975ebaa8c2874115bd82b308b244783f2.tar.gz
forums-0971d3f975ebaa8c2874115bd82b308b244783f2.tar.bz2
forums-0971d3f975ebaa8c2874115bd82b308b244783f2.tar.xz
forums-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.xml2
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" />