mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +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:
|
include:
|
||||||
- node_js: "0.10"
|
- node_js: "0.10"
|
||||||
env: TEST_SUITE=lint
|
env: TEST_SUITE=lint
|
||||||
|
branches:
|
||||||
|
exclude:
|
||||||
|
- /^greenkeeper-.+$/
|
||||||
before_install:
|
before_install:
|
||||||
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
|
- if [ $DB == "mysql" ]; then mysql -e 'create database ghost_testing'; fi
|
||||||
- if [ $DB == "pg" ]; then psql -c 'create database ghost_testing;' -U postgres; fi
|
- if [ $DB == "pg" ]; then psql -c 'create database ghost_testing;' -U postgres; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user