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 <thomas.steur@googlemail.com>2014-08-21 11:40:37 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-21 11:40:37 +0400
commit4672aad0c7733482ddf77ab5c495deced7a6ce5f (patch)
tree8ab9b02e6a239c2be398a6ee6e4bd96e6afdef9d /.travis.yml
parent3a0531b3f61e06d1b5508c120d8c3f653aa7bebf (diff)
do not run PHP 5.6 tests with mysqli
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b3bfde014..434e10982d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,6 +66,12 @@ matrix:
env: TEST_SUITE=PluginTests MYSQL_ADAPTER=MYSQLI
- php: 5.5
env: TEST_SUITE=CoreTests MYSQL_ADAPTER=MYSQLI
+ - php: 5.6
+ env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=MYSQLI
+ - php: 5.6
+ env: TEST_SUITE=PluginTests MYSQL_ADAPTER=MYSQLI
+ - php: 5.6
+ env: TEST_SUITE=CoreTests MYSQL_ADAPTER=MYSQLI
- php: hhvm
env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=MYSQLI
- php: hhvm