diff --git a/.travis.yml b/.travis.yml index dd177a13b74e..831e17a27ee6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,7 @@ script: - git fetch --unshallow --tags - ulimit -c unlimited - export CC="ccache $CC" - - export MAKECMDS="make -j 2 distcheck" + - export MAKECMDS="make distcheck" # Ensure travis builds libev such that libfaketime will work: # (force libev to *not* use syscall interface for clock_gettime()) - export CPPFLAGS="-DEV_USE_CLOCK_SYSCALL=0 -DEV_USE_MONOTONIC=1"