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 3c619c0 commit fd64763Copy full SHA for fd64763
.travis.yml
@@ -62,10 +62,7 @@ install:
62
--with-php-config=$(phpenv which php-config) \
63
--enable-zephir-parser \
64
--enable-zephir-parser-debug \
65
- --enable-coverage \
66
- LDFLAGS="${LDFLAGS} --coverage" \
67
- CFLAGS="${CFLAGS} -O0 -ggdb -fprofile-arcs -ftest-coverage" \
68
- CXXFLAGS="${CXXFLAGS} -O0 -ggdb -fprofile-arcs -ftest-coverage"
+ --enable-coverage
69
- make $MAKEJOBS
70
71
before_script:
0 commit comments