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:
authorStefan Giehl <stefan@piwik.org>2018-01-05 15:06:11 +0300
committerGitHub <noreply@github.com>2018-01-05 15:06:11 +0300
commit4e9722c7413426c2ad91b6d4acc1abe23626e4ea (patch)
tree6067c034eed051926bc0b60ce42a109f8348e30f /.travis.yml
parent71f0ec8799865956b9cb37e6cd0df170d5556bda (diff)
UI test improvements (#12405)
* reactivate test * update UI files * reactivate skipped dashboard tests * run ui tests on trusty dist * update ui files * take screenshot from relevant part only * do not retry tests, as retries would have other results
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index db5d01461c..943fedc5c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,14 +64,13 @@ matrix:
- php: 5.6
env: TEST_SUITE=AllTests MYSQL_ADAPTER=MYSQLI ALLTEST_EXTRA_OPTIONS="--run-second-half-only"
sudo: required
- - php: 5.5
+ # UITests use a specific version because the default 5.5 (== 5.5.38) is missing FreeType support
+ - php: 5.5.33
env: TEST_SUITE=UITests MYSQL_ADAPTER=PDO_MYSQL UITEST_EXTRA_OPTIONS="--run-first-half-only"
sudo: false
- dist: precise
- - php: 5.5
+ - php: 5.5.33
env: TEST_SUITE=UITests MYSQL_ADAPTER=PDO_MYSQL UITEST_EXTRA_OPTIONS="--run-second-half-only"
sudo: false
- dist: precise
dist: trusty