diff options
-rwxr-xr-x | scripts/travis | 1 |
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 |