Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2021-10-18 22:13:08 +0300
committerGitHub <noreply@github.com>2021-10-18 22:13:08 +0300
commitdc9f768ff8d11f5db025e5b6ab559055af6f4328 (patch)
treef4e44a5c77c728f9c60a41e1ea603077d0d077a9 /.travis.yml
parentb56a767f74d167096a7737a8dd5ed46a046409b2 (diff)
Fix UI tests as it fails to fetch data from marketplace (#18111)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 097d14f46a..77e8e84023 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,15 +83,15 @@ matrix:
# UITests use a specific version because the default 5.5 (== 5.5.38) is missing FreeType support
- php: 7.2
env: TEST_SUITE=UITests MYSQL_ADAPTER=PDO_MYSQL UITEST_EXTRA_OPTIONS="--num-test-groups=3 --test-group=0"
- dist: xenial
+ dist: bionic
sudo: false
- php: 7.2
env: TEST_SUITE=UITests MYSQL_ADAPTER=PDO_MYSQL UITEST_EXTRA_OPTIONS="--num-test-groups=3 --test-group=1"
- dist: xenial
+ dist: bionic
sudo: false
- php: 7.2
env: TEST_SUITE=UITests MYSQL_ADAPTER=PDO_MYSQL UITEST_EXTRA_OPTIONS="--num-test-groups=3 --test-group=2"
- dist: xenial
+ dist: bionic
sudo: false
dist: bionic