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>2015-03-02 06:01:29 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-02 06:01:29 +0300
commita972fe5a042e464b29afb8be821e5a68e7ab486c (patch)
treef6f798d47b8f11d26061b82f1bfd2cd0b1b33062 /.travis.yml
parentd9bca902724167d67062f6f9c00d8736c58c2aae (diff)
PHP 5.3 build runs on PDO_MYSQL, refs #7324
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a628b66e7c..6a497539cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
allow_failures:
- php: hhvm
- php: 5.3
- env: TEST_SUITE=AllTests MYSQL_ADAPTER=MYSQLI
+ env: TEST_SUITE=AllTests MYSQL_ADAPTER=PDO_MYSQL
exclude:
# Run test suites separately only on PHP 5.4 with PDO
- php: 5.3