diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-02-03 17:19:35 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-02-03 17:19:35 +0100 |
commit | 1594c09971e883c7ce3ed464a16cc88f1b59eac6 (patch) | |
tree | 8da56531c16e52e49fc8543967b0debcac399282 | |
parent | b5c1a523682a683a652b03aa61e6bd98e934dd50 (diff) | |
download | forums-1594c09971e883c7ce3ed464a16cc88f1b59eac6.tar forums-1594c09971e883c7ce3ed464a16cc88f1b59eac6.tar.gz forums-1594c09971e883c7ce3ed464a16cc88f1b59eac6.tar.bz2 forums-1594c09971e883c7ce3ed464a16cc88f1b59eac6.tar.xz forums-1594c09971e883c7ce3ed464a16cc88f1b59eac6.zip |
[ticket/11509] Perform commit message checking after PHPUnit (fixes path).
PHPBB3-11509
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8323bd81ad..4f4705e4f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |