aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2018-01-03 14:10:34 -0800
committerPhilip Tricca <philip.b.tricca@intel.com>2018-01-03 18:16:02 -0500
commita4e8c0ce3252fc5e417a0443150f122ead97b8e4 (patch)
treedacc88f34ce5964edcee22aefd563f33a78f4ee7 /.travis.yml
parent21a8b73dddef3a4669f660a96c5d52ca6e29c830 (diff)
downloadtpm2-tss-a4e8c0ce3252fc5e417a0443150f122ead97b8e4.tar.gz
build: Have travis-ci run integration tests in parallel.
This partially reverts 24fb1306e0204c931bb0cab63d04c6534d49bb78 now that we have a fix for the race condition identified. We keep the additional `check-programs` target around for convenience. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index da104df8..4557c570 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,8 +68,7 @@ script:
fi
- ../configure --enable-unit $CONFIGURE_OPTIONS --with-simulatorbin=$(pwd)/../ibmtpm/src/tpm_server
- make -j$(nproc) distcheck
- - make -j$(nproc) check-programs
- - make -j1 check
+ - make -j$(nproc) check
- cat test-suite.log
- |
for LOG in $(ls -1 test/unit/*.log); do