diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-21 11:28:09 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-06-21 11:28:09 +1000 |
commit | 0b3835941dfc0b36505507ca1191d9cdf342629a (patch) | |
tree | adb9b52c10154097f2f8c20055e8ff6015deb0cb | |
parent | 8fd5bfd325f8dbb4ab218dfeba0d8cfcc8279066 (diff) | |
download | skiboot-0b3835941dfc0b36505507ca1191d9cdf342629a.zip skiboot-0b3835941dfc0b36505507ca1191d9cdf342629a.tar.gz skiboot-0b3835941dfc0b36505507ca1191d9cdf342629a.tar.bz2 |
travis/coverity: don't build gard/pflash for now
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 16dd64d..de21952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,5 +44,5 @@ addons: description: "Build submitted via Travis CI" notification_email: stewart@linux.vnet.ibm.com build_command_prepend: "cov-configure --comptype gcc --compiler powerpc64-linux-gcc --template; cov-configure --comptype gcc --compiler powerpc64le-linux-gnu-gcc; cov-configure --comptype gcc --compiler arm-linux-gnueabi-gcc; cov-configure --comptype gcc --compiler x86_64-linux-gnu-gcc" - build_command: "make -j4 all check gard pflash-coverity" + build_command: "make -j4 all check" branch_pattern: coverity_scan |