Skip to content

Commit

Permalink
Travis CI: Simplify logic now that keyring is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NP-Hardass committed Sep 10, 2020
1 parent 6051265 commit 16138ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16138ac

Please sign in to comment.