From 7a40e0958195791d9bc1bea71ce6e5fd7f53f187 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 13 Aug 2016 12:53:47 +0200 Subject: [PATCH] Revert "Make valgrind run on travis tests of v8js" This reverts commit 3e862b1aa1fba50bafad83844862e9657bb2f8c0. Valgrind reports memory leaks with all test on PHP with ZTS, which it doesn't do locally. More investigation needed ... --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d859cd..3bbd3f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,7 @@ php: env: - V8VER=5.2 - V8VER=5.1 - - V8VER=5.2 VALGRIND=1 before_install: make -f Makefile.travis before_install -install: - - if [ "$VALGRIND" = 1 ]; then sudo apt-get install -qq valgrind; export TEST_PHP_ARGS="-m"; fi - - make -f Makefile.travis install - +install: make -f Makefile.travis install script: make -f Makefile.travis test