diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-02-10 10:34:52 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-02-10 10:34:52 +0100 |
commit | a8d001aedfa06aa024e6488233dd46af7db7bb19 (patch) | |
tree | f45b7a8cfbd1cdc597a4f7253bac4a21fabbcaee /travis/compile.sh | |
parent | f2b12424c09cc27390e27fded86af2e4cdbe279b (diff) | |
download | php-git-a8d001aedfa06aa024e6488233dd46af7db7bb19.tar.gz |
add make install
Diffstat (limited to 'travis/compile.sh')
-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 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 |