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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-07-24 21:14:47 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-24 21:14:47 +0400
commit7d1ef8035fb82528b94f4aa9c180d702e210bc2c (patch)
tree68bd209c45ff2545fff7c174ae254f2dd131d7a2 /.travis.yml
parent8078004a90b3b76077ae10f4dd2d745c16263a65 (diff)
Disable Zend allocator on travis for PHP version == 5.3 since it causes random segfaults.
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 f187dc0ad1..ae69085c3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,6 +78,8 @@ matrix:
script: ./travis.sh
before_script:
+ - # do not use the Zend allocator on PHP 5.3 since it will randomly segfault after program execution
+ - '[ "$TRAVIS_PHP_VERSION" == "5.3" ] && export USE_ZEND_ALLOC=0'
- mysql --version
- mysql -e "SELECT VERSION();"
- mysql -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION'" # Travis default