From 3b3282c66f09583b29af2729668ceee2a9f703d2 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 4 Aug 2017 11:50:34 -0700 Subject: travis: build with -j3 travis allocates ~2 cores per machine, so -j3 should speed things up. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a658e26b..dd83f4fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ before_install: | # Make and install the library. We install the library without sudo as we # might want to switch to the travis container later. ./configure --prefix=$HOME/.local - make + make -j3 -l2 make install # Export the library search path. export LD_LIBRARY_PATH=$HOME/.local/lib -- cgit v1.2.3