aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-01-31 22:42:08 -0600
committerBrent Cook <bcook@openbsd.org>2015-01-31 22:42:08 -0600
commita323f52a3ffbdaf554efa4f5924315aff3123891 (patch)
tree8941ca32a5ac2fb8fa2081ea424360936c0f7d6b /scripts
parentfc7ba469065c5fa307f4cb96746290ff5d050d2e (diff)
downloadportable-a323f52a3ffbdaf554efa4f5924315aff3123891.tar.gz
portable-a323f52a3ffbdaf554efa4f5924315aff3123891.tar.bz2
portable-a323f52a3ffbdaf554efa4f5924315aff3123891.zip
be even nicer to OS X's fork
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis1
1 files changed, 0 insertions, 1 deletions
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
7 ./configure --enable-libtls 7 ./configure --enable-libtls
8 if [ `uname` = "Darwin" ]; then 8 if [ `uname` = "Darwin" ]; then
9 # OS X runs out of resources if we run 'make -j check' 9 # OS X runs out of resources if we run 'make -j check'
10 make -j
11 make check 10 make check
12 else 11 else
13 make -j distcheck 12 make -j distcheck