diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-28 17:40:24 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-04 16:19:48 +0200 |
commit | f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11 (patch) | |
tree | df362ae768224100e004c6a0f40ee21f7c7cf68f /travis/check-image-icc-profiles.sh | |
parent | a342517dfb877e6d1cb0b489f7caa6f54e12bca5 (diff) | |
download | forums-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.tar forums-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.tar.gz forums-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.tar.bz2 forums-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.tar.xz forums-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.zip |
[ticket/14205] Bump PHP requirement to PHP 5.4
PHPBB3-14205
Diffstat (limited to 'travis/check-image-icc-profiles.sh')
-rwxr-xr-x | travis/check-image-icc-profiles.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/check-image-icc-profiles.sh b/travis/check-image-icc-profiles.sh index df13c5f4e2..05c7de2d27 100755 --- a/travis/check-image-icc-profiles.sh +++ b/travis/check-image-icc-profiles.sh @@ -12,8 +12,9 @@ set -e DB=$1 TRAVIS_PHP_VERSION=$2 +NOTESTS=$3 -if [ "$TRAVIS_PHP_VERSION" == "5.3" -a "$DB" == "mysqli" ] +if [ "$NOTESTS" == '1' ] then find . -type f -a -iregex '.*\.\(gif\|jpg\|jpeg\|png\)$' -a -not -wholename '*vendor/*' | \ parallel --gnu --keep-order 'phpBB/develop/strip_icc_profiles.sh {}' |