diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-11 09:10:57 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-11 09:10:57 -0500 |
commit | ef01eb71d1f8df58d1ae56b2e6e7dc631bb68428 (patch) | |
tree | 18f14fa60ecb70756e9b45ef2ac6adc187c5b597 /scripts | |
parent | b5090c5853d99416440767e742fb055623e3dd26 (diff) | |
download | portable-ef01eb71d1f8df58d1ae56b2e6e7dc631bb68428.tar.gz portable-ef01eb71d1f8df58d1ae56b2e6e7dc631bb68428.tar.bz2 portable-ef01eb71d1f8df58d1ae56b2e6e7dc631bb68428.zip |
speed up builds without killing os x perhaps
Diffstat (limited to 'scripts')
-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 |