diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-11 09:10:57 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-11 16:52:03 -0500 |
commit | 14fbc41003fdcfe236bbeb3b2a6e7fff83a6068e (patch) | |
tree | 71cdde64344211a6232a9b189c2c56b263be437a | |
parent | f927fc2a90aab255908c9fee04f2c031fec97424 (diff) | |
download | portable-14fbc41003fdcfe236bbeb3b2a6e7fff83a6068e.tar.gz portable-14fbc41003fdcfe236bbeb3b2a6e7fff83a6068e.tar.bz2 portable-14fbc41003fdcfe236bbeb3b2a6e7fff83a6068e.zip |
speed up builds without killing os x perhaps
-rwxr-xr-x | scripts/travis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis b/scripts/travis index 8fa3035..97d801c 100755 --- a/scripts/travis +++ b/scripts/travis | |||
@@ -6,7 +6,7 @@ set -e | |||
6 | if [ "x$ARCH" = "xnative" ]; then | 6 | if [ "x$ARCH" = "xnative" ]; then |
7 | # test autotools | 7 | # test autotools |
8 | ./configure | 8 | ./configure |
9 | make check | 9 | make -j 4 check |
10 | 10 | ||
11 | # make distribution | 11 | # make distribution |
12 | make dist | 12 | make dist |