projects
/
gitmo/Moo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b9f74a
)
no automatic travis testing for wip/blocked branches
Graham Knop [Mon, 9 Sep 2013 18:30:19 +0000 (14:30 -0400)]
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
c34ed80
..
a807bd6
100644
(file)
--- 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