aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-25 21:33:42 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-25 21:33:42 +0100
commitc37e696c1cd13452a802d605f649852b055493ae (patch)
tree0146e4af2f1919ae0db80068d3ebc685f68b3687 /travis/phpunit-postgres-travis.xml
parentc7d47e34e82128399e1b20b9f80a85f46c4cfd75 (diff)
downloadforums-c37e696c1cd13452a802d605f649852b055493ae.tar
forums-c37e696c1cd13452a802d605f649852b055493ae.tar.gz
forums-c37e696c1cd13452a802d605f649852b055493ae.tar.bz2
forums-c37e696c1cd13452a802d605f649852b055493ae.tar.xz
forums-c37e696c1cd13452a802d605f649852b055493ae.zip
[ticket/16223] Add memcached config and PHP extension
PHPBB3-16223
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r--travis/phpunit-postgres-travis.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml
index 6faab4d61a..f9b8a6f595 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -38,6 +38,7 @@
<server name="PHPBB_TEST_DBUSER" value="postgres" />
<server name="PHPBB_TEST_DBPASSWD" value="" />
<server name="PHPBB_TEST_REDIS_HOST" value="localhost" />
+ <server name="PHPBB_TEST_MEMCACHED_HOST" value="localhost" />
<server name="PHPBB_TEST_TABLE_PREFIX" value="phpbb_"/>
<server name="PHPBB_FUNCTIONAL_URL" value="http://localhost/" />
</php>