mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #86 from TryGhost/branch-exclude-fix
Add greenkeeper branch ignores to travis
This commit is contained in:
commit
b9a24d8449
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ matrix:
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
env: TEST_SUITE=lint
|
env: TEST_SUITE=lint
|
||||||
|
|
||||||
|
branches:
|
||||||
|
exclude:
|
||||||
|
- /^greenkeeper-.+$/
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue