Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2534358
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1018 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.ci/setup.sh b/.ci/setup.sh
index 33e191df0..e25f9eb81 100755
--- a/.ci/setup.sh
+++ b/.ci/setup.sh
@@ -1,21 +1,27 @@
#!/bin/bash
# The script is intended for use on Travis with Trusty distribution
set -x
DIR=$(dirname $0)
GMV=1.5.11
CHROMEVERSION=$(google-chrome-stable --version | tr -cd [:digit:]. | cut -d . -f 1)
# 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
# In-Browser tests dependencies installation
# and GreenMail server setup and start
wget http://central.maven.org/maven2/com/icegreen/greenmail-standalone/$GMV/greenmail-standalone-$GMV.jar \
&& (sudo java -Dgreenmail.setup.all -Dgreenmail.users=test:test -jar greenmail-standalone-$GMV.jar &) \
&& sleep 5
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Feb 6, 11:17 AM (6 m, 15 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
428233
Default Alt Text
(1018 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment