From 28eef6a160681a48637d74022d7645e695715e8b Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 4 Oct 2015 19:21:00 +0200 Subject: [PATCH] .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6029a13e..2ec69de1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ addons: notification_email: guru.mail@muenster.de build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr && make clean" build_command: "make -j10 && make check" - branch_pattern: coverity_scan + branch_pattern: master script: - autoreconf -v --install --force && ./configure --prefix=/usr && make -j10 && make check