From a323f52a3ffbdaf554efa4f5924315aff3123891 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 31 Jan 2015 22:42:08 -0600 Subject: be even nicer to OS X's fork --- scripts/travis | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/travis b/scripts/travis index 831c81c..c52be79 100755 --- a/scripts/travis +++ b/scripts/travis @@ -7,7 +7,6 @@ if [ "x$ARCH" = "xnative" ]; then ./configure --enable-libtls if [ `uname` = "Darwin" ]; then # OS X runs out of resources if we run 'make -j check' - make -j make check else make -j distcheck -- cgit v1.2.3-55-g6feb