From a254fc17d72dec64822993642e52fdb2b534fbd1 Mon Sep 17 00:00:00 2001 From: Shilpa Seshadri Date: Wed, 21 Mar 2018 18:06:10 -0700 Subject: [PATCH] Disable Coverity scan --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6991e6e..bcdb9b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: notification_email: weston_schmidt@alumni.purdue.edu build_command_prepend: "mkdir coverity_build && cd coverity_build && cmake .." build_command: "make" - branch_pattern: master + branch_pattern: ignore before_install: - sudo pip install codecov