summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <[email protected]>2020-09-04 16:36:30 -0400
committerraveit65 <[email protected]>2020-10-20 10:34:23 +0200
commit42ccd70cbe786d58a68e8479b77b80334186f665 (patch)
tree159e76142df74d144fdd6624f2f9b6b44bba1a1e
parent98223ce40e9b17a11e0644804ca8534448603d16 (diff)
downloadmate-power-manager-42ccd70cbe786d58a68e8479b77b80334186f665.tar.bz2
mate-power-manager-42ccd70cbe786d58a68e8479b77b80334186f665.tar.xz
Travis CI: Simplify logic now that keyring is disabled by default
-rw-r--r--.build.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index 6fb12f2..cc4a5df 100644
--- a/.build.yml
+++ b/.build.yml
@@ -146,11 +146,7 @@ build_scripts:
- NOCONFIGURE=1 ./autogen.sh
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - scan-build $CHECKERS ./configure --without-keyring --enable-compile-warnings=maximum
- - else
- - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- - fi
+ - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then