From e7960c03ac5aede6d7d43ce1d24de84d78eb535d Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Fri, 14 Nov 2014 16:23:56 -0800 Subject: [PATCH] Don't parallelize the build in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70e213e02..ad2129d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ before_install: - sudo dpkg -i libgflags-dev_2.0-1_amd64.deb # Lousy hack to disable use and testing of fallocate, which doesn't behave quite # as EnvPosixTest::AllocateTest expects within the Travis OpenVZ environment. -script: OPT=-DTRAVIS make unity && make clean && OPT=-DTRAVIS make check -j8 +script: OPT=-DTRAVIS make unity && make clean && OPT=-DTRAVIS make check notifications: email: false