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
path: root/.ci
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-30 16:22:44 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-30 16:22:44 +0300
commit581bc6886bdae85fd17d401f98556066383791a0 (patch)
treeb09c8d7309e6ca59ca7a5b9c14ca40aa8e560b0d /.ci
parent724f5c740c585b30ac7f9a7bed2252c7b75742f9 (diff)
Travis: Install js deps for in-browser tests
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/setup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/.ci/setup.sh b/.ci/setup.sh
index 33e191df0..e25f9eb81 100755
--- a/.ci/setup.sh
+++ b/.ci/setup.sh
@@ -11,6 +11,12 @@ CHROMEVERSION=$(google-chrome-stable --version | tr -cd [:digit:]. | cut -d . -f
# Roundcube tests and instance configuration
cp $DIR/config-test.inc.php $DIR/../config/config-test.inc.php
+# Make temp and logs writeable
+sudo chmod 777 temp logs
+
+# Install javascript dependencies
+$DIR/../bin/install-jsdeps.sh
+
# Install proper WebDriver version for installed Chrome browser
php tests/Browser/install.php $CHROMEVERSION