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