[ticket/11509] Perform commit message checking after PHPUnit (fixes path).

PHPBB3-11509
This commit is contained in:
Andreas Fischer 2014-02-03 17:19:35 +01:00
parent b5c1a52368
commit 1594c09971

View file

@ -30,9 +30,9 @@ before_script:
script:
- cd build
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' ]; then ../phpBB/vendor/bin/phing sniff; fi"
- sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh $TRAVIS_COMMIT_RANGE; fi"
- cd ..
- phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml
- sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh $TRAVIS_COMMIT_RANGE; fi"
matrix:
allow_failures: