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 08b4a11 commit 804dbf7Copy full SHA for 804dbf7
.travis.yml
@@ -47,7 +47,7 @@ before_install:
47
install:
48
- "phpize"
49
- "CFLAGS=\"-Wall -Werror\" ./configure"
50
- - "make -j \"$(nproc)\""
+ - "make"
51
- "echo \"extension = $(realpath modules/memprof.so)\" >modules/memprof.ini"
52
- "phpenv config-add modules/memprof.ini"
53
0 commit comments