summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-13 14:32:26 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-13 14:32:26 +0100
commit839ee3a39d90cedccf1a4a89cc3c13b6917190f8 (patch)
treedc38b13233152c74720d14272c02bef5e8d68033 /.travis.yml
parentb1616b8c3370d59135275b6945ed1b80cfe99653 (diff)
Try to avoid 'zend_mm_heap corrupted' failures with phpunit
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 1d3562980..5085ba1f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ before_script:
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ] || [ '$DB' = 'mysqli' ] || [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi"
-script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml
+script: phpunit -d zend.enable_gc=0 --coverage-text --configuration tests/travis/$DB.phpunit.xml
matrix:
allow_failures: