Skip to content

Commit 7a40e09

Browse files
committed
Revert "Make valgrind run on travis tests of v8js"
This reverts commit 3e862b1. Valgrind reports memory leaks with all test on PHP with ZTS, which it doesn't do locally. More investigation needed ...
1 parent 8625f70 commit 7a40e09

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ php:
88
env:
99
- V8VER=5.2
1010
- V8VER=5.1
11-
- V8VER=5.2 VALGRIND=1
1211

1312
before_install: make -f Makefile.travis before_install
14-
install:
15-
- if [ "$VALGRIND" = 1 ]; then sudo apt-get install -qq valgrind; export TEST_PHP_ARGS="-m"; fi
16-
- make -f Makefile.travis install
17-
13+
install: make -f Makefile.travis install
1814
script: make -f Makefile.travis test

0 commit comments

Comments
 (0)