Travis: Install js deps for in-browser tests

pull/7135/head
Aleksander Machniak 4 years ago
parent 724f5c740c
commit 581bc6886b

@ -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

Loading…
Cancel
Save