X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=a807bd688e1186d730a9029f46050b949e997891;hb=ce31148b5790f85c8c7074ac32d833c53cc82932;hp=c34ed8006a0dbde7763d45154c56fc172c64b863;hpb=3b9f74a1ceb5a602066d33a1a6d9ab8125139499;p=gitmo%2FMoo.git 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