From 14fbc41003fdcfe236bbeb3b2a6e7fff83a6068e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 11 Sep 2015 09:10:57 -0500 Subject: speed up builds without killing os x perhaps --- scripts/travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-55-g6feb