aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2017-05-10 19:47:34 -0700
committerPhilip Tricca <philip.b.tricca@intel.com>2017-05-10 19:47:34 -0700
commit1ad5be1bb1bf385169a4a8cda1e8616cd6d80c48 (patch)
tree07dcf560b50a2814ece5bdcf6f8c63828a3f69af /.travis.yml
parent802c47778b685d9d39e1f30ab2a62095692123b6 (diff)
downloadtpm2-tss-1ad5be1bb1bf385169a4a8cda1e8616cd6d80c48.tar.gz
travis.yml: Start simulator before 'make check'.
Turns out the simulator must be runing for the integration tests to work. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ea4784a..3944ac13 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,9 +24,9 @@ script:
- pushd ./build
- ../configure --enable-unit
- make -j$(nproc)
- - make check
- make simulator-build
- make simulator-start
+ - make check
- test/tpmclient/tpmclient
- make simulator-stop
- |