diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-06 22:22:11 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-06 22:28:31 +0100 |
commit | 99703ab3174fb7734256d9f46b16c1cd308a7b24 (patch) | |
tree | 49077db82f09e054c66c3468b6a2d9cdaac09f6d /.travis.yml | |
parent | a875aa9a3d9c3be89fe5bf7e3cb29fd33374839d (diff) | |
download | fork-ledger-99703ab3174fb7734256d9f46b16c1cd308a7b24.tar.gz fork-ledger-99703ab3174fb7734256d9f46b16c1cd308a7b24.tar.bz2 fork-ledger-99703ab3174fb7734256d9f46b16c1cd308a7b24.zip |
[travis] Parallelize tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files 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: |