From: Karel Zak Date: Wed, 6 May 2015 14:43:35 +0000 (+0200) Subject: Revert "travise: try to add coverity_scan" X-Git-Tag: v2.27-rc1~212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3f5d0bc2807a8d1cfbafd0fcc534845cd8fc661;p=thirdparty%2Futil-linux.git Revert "travise: try to add coverity_scan" This reverts commit 3053e14997194849b17a7dae3d4a0366a52c6b45. --- diff --git a/.travis.yml b/.travis.yml index 25eed08cab..c092a4491e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,6 @@ compiler: - clang env: - global: - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - - secure: "X5xVT8S0hsnT5cyDzmQbKr68kunpI1VyNADD/bMcEjPiBO2p6/iWHSfAqRP3q2UEqt92XgwCd8cuSVffdagbin4JlvA5fgnCWkcCphC8k79jhHqz9aoK97qbSXBHLU4yDimeC/m9HlslBc/zjPAc+s9/7UKBXQI+YN9ITL1i7pQ=" - MAKE_CHECK="nonroot" - MAKE_CHECK="root" - MAKE_CHECK="dist" @@ -40,13 +36,3 @@ before_install: - which $CC # workaround clang not system wide, fail on sudo make install - export CC=`which $CC` - -addons: - coverity_scan: - project: - name: "karelzak/util-linux" - description: "Build submitted via Travis CI" - notification_email: kzak@redhat.com - build_command_prepend: travis_before_script - build_command: "make" - branch_pattern: coverity_scan