aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-02-04 00:50:14 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-02-04 02:18:46 +0100
commit33593a508c9580a2b26f5185c162057d59551e4a (patch)
treeb31aeb867905c15effe49fabd68c7c1eb92ae7f1
parent5069922e24159755a7df40b1c264507806a32d7a (diff)
downloadforums-33593a508c9580a2b26f5185c162057d59551e4a.tar
forums-33593a508c9580a2b26f5185c162057d59551e4a.tar.gz
forums-33593a508c9580a2b26f5185c162057d59551e4a.tar.bz2
forums-33593a508c9580a2b26f5185c162057d59551e4a.tar.xz
forums-33593a508c9580a2b26f5185c162057d59551e4a.zip
[ticket/11509] Be exact when referencing the branch name.
PHPBB3-11509
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 16f9e5a799..28362481c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,4 +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_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh $TRAVIS_BRANCH...FETCH_HEAD; fi"
+ - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysql' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH...FETCH_HEAD; fi"