From 7898d4d0d5797cf0522a791670000f6b7b036ca4 Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sat, 28 Mar 2015 13:06:43 -0700 Subject: [PATCH] Enable Coverity scan. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea61ddd3..6fa99cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ addons: notification_email: timothyshanestack@gmail.com build_command_prepend: ./autogen.sh && ./configure build_command: make - branch_pattern: coverity_scan + branch_pattern: master