Travis shouldnt test gh-pages and friends
This adds a blacklist of branches that Travis shouldn't run tests against.bug/bundler_fix
parent
fee712bf23
commit
2c9018ac0e
|
@ -36,3 +36,9 @@ notifications:
|
|||
|
||||
git:
|
||||
depth: 5
|
||||
|
||||
# Blacklist certain branches from triggering travis builds
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
- metakitty
|
||||
|
|
Loading…
Reference in New Issue