From 6e136947212c66bd98dafd39333c5b365bde0308 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 17 Oct 2014 21:46:11 -0400 Subject: [PATCH] removed coverity --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 910510c..e386b27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,19 +3,3 @@ compiler: - gcc - clang script: make - -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: "iZ1KIL71+t+XHQOaOkuRDDvtUoQtvMciKI+U8u9r20dz1C+sdlMNt39e0NBvfA5iLj2mo9QaTVNsf31OucfmykSkbB7adFWsYx/11BdVd2t2PYjb3n07GJjDSodfo/8l3rrglkcB8ewYK37JImvRBQuJVn6MmpU32eZweo73c5o=" - -addons: - coverity_scan: - project: - name: "lh3/bwa" - description: "Build submitted via Travis CI" - notification_email: lh3@me.com - build_command_prepend: "make clean" - build_command: "make" - branch_pattern: dev