From ad13bfcbd980e956f49b4f25a6ed4eb471ba8825 Mon Sep 17 00:00:00 2001 From: Nicolas Guillaumin Date: Sat, 15 Oct 2016 12:21:15 -0700 Subject: [PATCH] Apply Coverity on the master branch There are not much activity on the project so we shouldn't hit the Coverity limits. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 059dd2b..a25727e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ addons: notification_email: nicolas+github@guillaumin.me build_command_prepend: "mvn clean" build_command: "mvn -DskipTests=true compile" - branch_pattern: coverity + branch_pattern: master