From 97dc817158fe88ce5d336b6147d355989efde044 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 27 May 2014 23:50:52 +0200 Subject: [PATCH] [ticket/12582] Use the correct script name. PHPBB3-12582 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e608a3f514..48baceb21a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_script: script: - travis/phing-sniff.sh $DB $TRAVIS_PHP_VERSION - - travis/check-icc-profiles.sh $DB $TRAVIS_PHP_VERSION + - travis/check-image-icc-profiles.sh $DB $TRAVIS_PHP_VERSION - phpBB/vendor/bin/phpunit --configuration travis/phpunit-$DB-travis.xml - sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' -a '$DB' = 'mysqli' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..FETCH_HEAD; fi"