From 1982be44b63450c20c3d551ed6500b1bc3b97c24 Mon Sep 17 00:00:00 2001 From: Vincent Rogier Date: Tue, 10 Nov 2020 15:19:06 +0100 Subject: [PATCH] retarget coverity on master branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b089f7f0..52001768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ addons: notification_email: vince.rogier@gmail.com build_command_prepend: "touch configure.ac aclocal.m4 configure Makefile.am Makefile.in config.h.in; ./configure --with-oracle-import=runtime CFLAGS='-g -O2 -std=gnu99'" build_command: "make" - branch_pattern: develop-v4.7.2 + branch_pattern: master