From 435e0c021c5018ee5de69d3218c3e31c8ab75be5 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 30 Oct 2013 22:39:18 -0400 Subject: Limit parallel builds as Travis apparently runs out of memory diff --git a/scripts/travis-ci.sh b/scripts/travis-ci.sh index 6f9868d..9d4258a 100755 --- a/scripts/travis-ci.sh +++ b/scripts/travis-ci.sh @@ -11,7 +11,7 @@ if [[ $? != 0 ]]; then echo "Error configuring test suite" exit 1 fi -make -j4 +make -j2 if [[ $? != 0 ]]; then echo "Error building test suite" exit 1 -- cgit v0.10.1