aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-executable-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/check-executable-files.sh')
-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 6f625a8cc7..4af974751e 100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -23,7 +23,7 @@ then
directories_skipped="-path ${path}develop -o -path ${path}vendor"
# Files to skip
- files_skipped=""
+ files_skipped="-false"
# Files which have to be executable
executable_files="-path ${path}bin/* -o -path ${path}composer.phar"