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 05:48:11 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-02 05:49:42 +0300
commitd9bca902724167d67062f6f9c00d8736c58c2aae (patch)
tree75092f199dcf914316073f34204e16244262feb8 /.travis.yml
parentca9508720ea1aa6a822ba899396a0f07519d445b (diff)
Allow PHP 5.3 build failures since they randomly fail so often, refs #7324
(cherry picked from commit 5bb23ee)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index de2f2b694e..a628b66e7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,10 +41,8 @@ matrix:
fast_finish: true
allow_failures:
- php: hhvm
- - php: 5.6
- env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Integration
- - php: 5.6
- env: MYSQL_ADAPTER=PDO_MYSQL COVERAGE=Unit
+ - php: 5.3
+ env: TEST_SUITE=AllTests MYSQL_ADAPTER=MYSQLI
exclude:
# Run test suites separately only on PHP 5.4 with PDO
- php: 5.3