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-08-09 22:38:28 +0400
committermattab <matthieu.aubry@gmail.com>2014-08-09 22:38:28 +0400
commitb940e017e07f1886247e2685a9ead03d21b6d191 (patch)
treed1c42c7dc8f89be9fed4bc0c78bfbc6c385de8f4 /.travis.yml
parent8f844ad2fb02f1ddd901ac832b5a9fe8fed451a7 (diff)
temporary green build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cc18c272ae..c87c7c4bb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,10 @@ matrix:
allow_failures:
- php: hhvm
- php: 5.6
+ - php: 5.3
+ env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=MYSQLI
+ - php: 5.3
+ env: TEST_SUITE=IntegrationTests MYSQL_ADAPTER=PDO_MYSQL
exclude:
# Javascript tests need to run only on one PHP version
- php: 5.4