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@matomo.org>2019-07-11 02:57:10 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-07-11 02:57:10 +0300
commitd57ba4a3022954925d543181132615755d3aaf84 (patch)
tree5a3f4342678c9f0a3f1a95fa10fdfa05b89ca482 /.travis.yml
parente7ad74d751e61c2cb7bf8a87e3002dd7f04df716 (diff)
Split Integration tests into Core and Plugins (#14642)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index adccfa91c9..6db373dd89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,10 @@ matrix:
env: TEST_SUITE=SystemTestsPlugins MYSQL_ADAPTER=PDO_MYSQL
sudo: required
- php: 5.6
- env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=PDO_MYSQL
+ env: TEST_SUITE=IntegrationTestsCore MYSQL_ADAPTER=PDO_MYSQL
+ sudo: required
+ - php: 5.6
+ env: TEST_SUITE=IntegrationTestsPlugins MYSQL_ADAPTER=PDO_MYSQL
sudo: required
- php: 5.6
env: TEST_SUITE=UnitTests MYSQL_ADAPTER=PDO_MYSQL