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:
Austin Burdine 2016-06-28 12:15:04 -06:00 committed by Hannah Wolfe
parent ded60ba6e8
commit a4c767afb7

View File

@ -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