From: Graham Knop Date: Mon, 9 Sep 2013 18:30:19 +0000 (-0400) Subject: no automatic travis testing for wip/blocked branches X-Git-Tag: v1.003001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=ce31148b5790f85c8c7074ac32d833c53cc82932 no automatic travis testing for wip/blocked branches --- diff --git a/.travis.yml b/.travis.yml index c34ed80..a807bd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,10 @@ script: - maint/fulltest --cover after_success: - cover -report coveralls +branches: + except: + - /^wip\// + - /^blocked/ notifications: email: false on_success: change