no automatic travis testing for wip/blocked branches
Graham Knop [Mon, 9 Sep 2013 18:30:19 +0000 (14:30 -0400)]
.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