diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-02-10 10:36:45 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-02-10 10:36:45 +0100 |
commit | f4880774b6a47bb3b71f67fd791a117131438d0a (patch) | |
tree | 8b6edcdb672ba324cda3f2a981a12212cd21e0be | |
parent | d7c6c6539956043d2c577a4dc922280a88627984 (diff) | |
parent | ac54df17df8aad2b71941def3a4552705682796f (diff) | |
download | php-git-f4880774b6a47bb3b71f67fd791a117131438d0a.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
add make install
-rwxr-xr-x | travis/compile.sh | 3 |
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 |