diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-02 02:50:12 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-02-07 11:14:10 +0000 |
commit | bef4d7404734542ab5c6a8a5fbb8b91e15ba6965 (patch) | |
tree | 01207e5563b51091d7bf5e0e722a6086657e2f77 | |
parent | 30267172c7cc557ae7223ff38c96cadcc33fa9ce (diff) |
travis: use both cores for make/make check
The instance offers 2 cores, so use them to speed things up.
v2: Set MAKEFLAGS instead [Eric]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b5dad7f3ea..fb72a5e9b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ env: - LIBXCB_VERSION=libxcb-1.11 - LIBXSHMFENCE_VERSION=libxshmfence-1.2 - PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig + - MAKEFLAGS=-j2 matrix: - BUILD=make - BUILD=scons |