mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Add greenkeeper branch ignores to travis
This prevents greenkeeper branches from being built as they will always by run in the PR.
This commit is contained in:
parent
5a32682239
commit
3b294f18d8
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ matrix:
|
|||
include:
|
||||
- node_js: "0.10"
|
||||
env: TEST_SUITE=lint
|
||||
|
||||
branches:
|
||||
exclude:
|
||||
- /^greenkeeper-.+$/
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Add table
Reference in a new issue