From 661ecbeec9b8374fc069ed17063cb0b70d99b6fa Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Wed, 1 Apr 2015 22:36:34 -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 c7107c23..2d26bbe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ addons: notification_email: timothyshanestack@gmail.com build_command_prepend: ./autogen.sh && ./configure build_command: make - branch_pattern: coverity_scan + branch_pattern: master