# HG changeset patch # User Matt Johnston # Date 1518260773 -28800 # Node ID 3520d7c2536315a0b24d7e871affabb190d3cb0b # Parent d54bbb645f023078645121c18786a4925c701829 limit travis branches diff -r d54bbb645f02 -r 3520d7c25363 .travis.yml --- a/.travis.yml Sat Feb 10 19:03:54 2018 +0800 +++ b/.travis.yml Sat Feb 10 19:06:13 2018 +0800 @@ -37,3 +37,8 @@ build_command_prepend: autoconf && autoheader && ./configure --enable-bundled-libtom CFLAGS='-O2 -Wall -Wno-pointer-sign' --prefix=$HOME/inst build_command: make MULTI=1 branch_pattern: coverity + +branches: + only: + - master + - coverity