Filtering of hooks for commit or push stages

This commit is contained in:
Barry Steyn 2015-10-02 12:54:25 -07:00 committed by Travis CI
parent e3a22061c5
commit dd73ffd02f
8 changed files with 89 additions and 3 deletions

View file

@ -25,6 +25,13 @@ MANIFEST_JSON_SCHEMA = {
'language_version': {'type': 'string', 'default': 'default'},
'files': {'type': 'string'},
'expected_return_value': {'type': 'number', 'default': 0},
'stages': {
'type': 'array',
'default': [],
'items': {
'type': 'string',
},
},
'args': {
'type': 'array',
'default': [],