From: Ferenc Kovacs Date: Tue, 10 Feb 2015 10:18:19 +0000 (+0100) Subject: oops, forgot sudo for make install X-Git-Tag: php-5.5.23RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf9fb6500134972ae1be11ed6f2aad191b9d9367;p=php oops, forgot sudo for make install --- diff --git a/travis/compile.sh b/travis/compile.sh index d3216b7fbb..f22227a494 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -50,4 +50,4 @@ $TS \ --with-gmp \ --enable-bcmath make -j2 --quiet -make install +sudo make install