summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-02-10 10:36:45 +0100
committerFerenc Kovacs <tyrael@php.net>2015-02-10 10:36:45 +0100
commitf4880774b6a47bb3b71f67fd791a117131438d0a (patch)
tree8b6edcdb672ba324cda3f2a981a12212cd21e0be
parentd7c6c6539956043d2c577a4dc922280a88627984 (diff)
parentac54df17df8aad2b71941def3a4552705682796f (diff)
downloadphp-git-f4880774b6a47bb3b71f67fd791a117131438d0a.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: add make install
-rwxr-xr-xtravis/compile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
index 2a78beeea5..3603c9b0a8 100755
--- a/travis/compile.sh
+++ b/travis/compile.sh
@@ -62,4 +62,5 @@ $TS \
--with-xpm-dir=/usr \
--with-kerberos \
--enable-sysvmsg
-make --quiet
+make -j2 --quiet
+make install