no automatic travis testing for wip/blocked branches
[gitmo/Moo.git] / .travis.yml
index c34ed80..a807bd6 100644 (file)
@@ -16,6 +16,10 @@ script:
   - maint/fulltest --cover
 after_success:
   - cover -report coveralls
+branches:
+  except:
+    - /^wip\//
+    - /^blocked/
 notifications:
   email: false
   on_success: change