From: Ferenc Kovacs Date: Tue, 10 Feb 2015 09:34:52 +0000 (+0100) Subject: add make install X-Git-Tag: php-5.5.23RC1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8d001aedfa06aa024e6488233dd46af7db7bb19;p=php add make install --- diff --git a/travis/compile.sh b/travis/compile.sh index cc8b03be86..d3216b7fbb 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -49,4 +49,5 @@ $TS \ --with-openssl \ --with-gmp \ --enable-bcmath -make --quiet +make -j2 --quiet +make install