aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2017-07-25 18:05:09 -0700
committerPhilip Tricca <philip.b.tricca@intel.com>2017-07-25 18:18:56 -0700
commit64b11df46d7b174aaf36c192de4db62f5780ceea (patch)
treeab623ee5b8d6a8d859c01139a28a115d6a3251c5 /.travis.yml
parent98cb904f7c176b37ededb194c46def641017a5ad (diff)
downloadtpm2-tss-64b11df46d7b174aaf36c192de4db62f5780ceea.tar.gz
travis.yml: remove configure step from coverity config
Since we do a manual VPATH build the build will already be configured here. 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 9de90b55..b6d8fa76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ addons:
name: "01org/TPM2.0-TSS"
description: Build submitted via Travis-CI
notification_email: philip.b.tricca@intel.com
- build_command_prepend: "./configure; make clean"
+ build_command_prepend: "make clean"
build_command: "make --jobs=$(($(nproc)*2))"
branch_pattern: coverity_scan