From 99703ab3174fb7734256d9f46b16c1cd308a7b24 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 6 Jan 2015 22:22:11 +0100 Subject: [travis] Parallelize tests --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5734088a..9c6a1910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,11 +24,10 @@ install: - sudo apt-get install -qq libboost1.55 libgmp-dev libmpfr-dev libeditline-dev before_script: - - export JOBS=1 - - ./acprep opt make --jobs $JOBS --python + - ./acprep opt make --python script: - - ./acprep check --jobs $JOBS -- --output-on-failure + - ./acprep check --jobs $(nproc) -- --output-on-failure - PYTHONPATH=. python python/demo.py notifications: -- cgit v1.2.3