0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 09:21:51 +00:00

Revert "Make valgrind run on travis tests of v8js"

This reverts commit 3e862b1aa1.

Valgrind reports memory leaks with all test on PHP with ZTS,
which it doesn't do locally.  More investigation needed ...
This commit is contained in:
Stefan Siegl 2016-08-13 12:53:47 +02:00
parent 8625f70e2e
commit 7a40e09581

View File

@ -8,11 +8,7 @@ php:
env: env:
- V8VER=5.2 - V8VER=5.2
- V8VER=5.1 - V8VER=5.1
- V8VER=5.2 VALGRIND=1
before_install: make -f Makefile.travis before_install before_install: make -f Makefile.travis before_install
install: install: make -f Makefile.travis install
- if [ "$VALGRIND" = 1 ]; then sudo apt-get install -qq valgrind; export TEST_PHP_ARGS="-m"; fi
- make -f Makefile.travis install
script: make -f Makefile.travis test script: make -f Makefile.travis test