From 03098a89dc17819202de01a50c5751820f11c97d Mon Sep 17 00:00:00 2001 From: Michael Maclean Date: Wed, 2 Sep 2015 20:57:24 +0100 Subject: [PATCH] Disable Zend MM for test --- travis/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/run-tests.sh b/travis/run-tests.sh index dabee72..3bbe974 100755 --- a/travis/run-tests.sh +++ b/travis/run-tests.sh @@ -9,4 +9,4 @@ cd tests mosquitto -c mosquitto.conf -d cd .. -REPORT_EXIT_STATUS=1 TEST_PHP_ARGS="-q --show-diff" make test +USE_ZEND_ALLOC=1 REPORT_EXIT_STATUS=1 TEST_PHP_ARGS="-q --show-diff" make test