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:
-rwxr-xr-x.ci/setup.sh6
-rw-r--r--.travis.yml4
2 files changed, 4 insertions, 6 deletions
diff --git a/.ci/setup.sh b/.ci/setup.sh
index 635bcd1ac..521352164 100755
--- a/.ci/setup.sh
+++ b/.ci/setup.sh
@@ -1,8 +1,7 @@
#!/bin/bash
# The script is intended for use on Travis with Trusty distribution
-
-set -x
+# It installs in-browser tests dependencies and prepares Roundcube instance
GMV=1.5.11
CHROMEVERSION=$(google-chrome-stable --version | tr -cd [:digit:]. | cut -d . -f 1)
@@ -24,8 +23,7 @@ lessc skins/elastic/styles/embed.less > skins/elastic/styles/embed.css
# 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
+# GreenMail server download, 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
diff --git a/.travis.yml b/.travis.yml
index 7cbdc28a5..974443eb4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: php
-dist: trusty
+dist: trusty #
sudo: false
matrix:
@@ -14,7 +14,7 @@ matrix:
env: CODE_COVERAGE=1
- php: 7.2
- php: 7.3
- dist: bionic
+ dist: bionic # for proper node-less version
env: BROWSER_TESTS=1
addons:
chrome: stable