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:
authormattab <matthieu.aubry@gmail.com>2014-10-19 05:02:41 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-19 05:02:41 +0400
commit76a74f5e8ce0df99a3b886bed490bef26509ac61 (patch)
treed243c8bc252c143aafb13aec767848f38f168fef /.travis.yml
parent2c5ecba50109c850f81dc759ffe901ced95d6f18 (diff)
refs #6465 Allow 5.6 build to fail - note: we must find proper solution to
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ae3da0c2f7..f6ff90a27b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,6 +44,8 @@ matrix:
env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Integration
- php: 5.4
env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Unit
+ - php: 5.6
+ env: TEST_SUITE=AllTests MYSQL_ADAPTER=PDO_MYSQL
include:
# Code Coverage
- php: 5.4