Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-30 14:44:26 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-30 14:44:26 +0300
commit87304c29d17f2888aba7a029a8bef86b088b94f1 (patch)
tree59e287078d1facbe8633014557ed2a690861f1a8 /.ci/config-test.inc.php
parent53a111f8c336f550fe79a7c1c22918c5db25f8d5 (diff)
Travis: Fix in-browser tests setup
Diffstat (limited to '.ci/config-test.inc.php')
-rw-r--r--.ci/config-test.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/config-test.inc.php b/.ci/config-test.inc.php
index 06335f45d..2fd51ee8b 100644
--- a/.ci/config-test.inc.php
+++ b/.ci/config-test.inc.php
@@ -14,6 +14,7 @@ $config['smtp_port'] = 25;
// Settings required by the tests
+$config['devel_mode'] = true;
$config['skin'] = 'elastic';
$config['support_url'] = 'http://support.url';