1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/11509] Fail on Travis CI if commit messages are improperly formatted.

PHPBB3-11509
This commit is contained in:
Andreas Fischer
2014-02-02 17:01:50 +01:00
parent ed43436c18
commit 16e81d4d18
2 changed files with 31 additions and 0 deletions

View File

@@ -24,3 +24,4 @@ before_script:
script:
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then phpunit --configuration travis/phpunit-$DB-travis.xml; else phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml; fi"
- sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh $TRAVIS_COMMIT_RANGE; fi"