mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Add greenkeeper branch ignores to travis (#7026)
This prevents greenkeeper pushes from being run, as it will be run through the PR that is submitted instead.
This commit is contained in:
parent
ded60ba6e8
commit
a4c767afb7
@ -25,6 +25,9 @@ matrix:
|
||||
include:
|
||||
- node_js: "0.10"
|
||||
env: TEST_SUITE=lint
|
||||
branches:
|
||||
exclude:
|
||||
- /^greenkeeper-.+$/
|
||||
before_install:
|
||||
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
|
||||
- if [ $DB == "pg" ]; then psql -c 'create database ghost_testing;' -U postgres; fi
|
||||
|
Loading…
Reference in New Issue
Block a user