diff --git a/scripts/travis b/scripts/travis index 8fa3035..97d801c 100755 --- a/scripts/travis +++ b/scripts/travis @@ -6,7 +6,7 @@ set -e if [ "x$ARCH" = "xnative" ]; then # test autotools ./configure - make check + make -j 4 check # make distribution make dist