From 2546d4ae2f96afaa7b523be65f13dfd034135f78 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 17 Nov 2015 13:41:13 +1100 Subject: Enable building pflash for coverity (travis) Signed-off-by: Stewart Smith --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 841f754..1f0d7b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,5 +34,5 @@ addons: description: "Build submitted via Travis CI" notification_email: stewart@linux.vnet.ibm.com build_command_prepend: "make clean; cov-configure --comptype gcc --compiler powerpc64-linux-gcc --template" - build_command: "make -j4 all check gard" + build_command: "make -j4 all check gard pflash" branch_pattern: coverity_scan -- cgit v1.1