We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8625f70 commit 7a40e09Copy full SHA for 7a40e09
.travis.yml
@@ -8,11 +8,7 @@ php:
8
env:
9
- V8VER=5.2
10
- V8VER=5.1
11
- - V8VER=5.2 VALGRIND=1
12
13
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
-
+install: make -f Makefile.travis install
18
script: make -f Makefile.travis test
0 commit comments