Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2571709
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
850 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.ci/setup.sh b/.ci/setup.sh
index cd1c773ac..84a82b8de 100755
--- a/.ci/setup.sh
+++ b/.ci/setup.sh
@@ -1,16 +1,16 @@
#!/bin/bash
# The script is intended for use on Travis with Trusty distribution
DIR=$(dirname $0)
GMV=1.5.11
# Roundcube tests and instance configuration
cp $DIR/config-test.inc.php $DIR/../config/config-test.inc.php
# In-Browser tests dependencies installation
# and GreenMail server setup and start
sudo apt-get -y install default-jre-headless \
- wget http://central.maven.org/maven2/com/icegreen/greenmail-standalone/$GMV/greenmail-standalone-$GMV.jar \
+ && 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
Thu, Mar 19, 8:53 AM (22 h, 34 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
458530
Default Alt Text
(850 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment