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

@ -29,6 +29,7 @@ def test_manifest_contents(manifest):
'language': 'script',
'language_version': 'default',
'name': 'Bash hook',
'stages': [],
}]
@ -44,4 +45,5 @@ def test_hooks(manifest):
'language': 'script',
'language_version': 'default',
'name': 'Bash hook',
'stages': [],
}