Skip to content

Commit 804dbf7

Browse files
authored
Update .travis.yml
1 parent 08b4a11 commit 804dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ before_install:
4747
install:
4848
- "phpize"
4949
- "CFLAGS=\"-Wall -Werror\" ./configure"
50-
- "make -j \"$(nproc)\""
50+
- "make"
5151
- "echo \"extension = $(realpath modules/memprof.so)\" >modules/memprof.ini"
5252
- "phpenv config-add modules/memprof.ini"
5353

0 commit comments

Comments
 (0)