diff options
-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 |