aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtravis/check-executable-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh
index a6953dd0cf..61468809b3 100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -26,7 +26,7 @@ then
files_skipped="-name composer.phar"
# Files which have to be executable
- executable_files="-path ${path}bin/phpbbcli.php"
+ executable_files="-path ${path}bin/*"
incorect_files=$( \
find ${path} \