aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-executable-files.sh
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-09 16:08:04 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-09 16:08:04 +0200
commit3f73d32c3073ed5ed9a61b99a6512021c817c78b (patch)
tree2f9d03a67d2b4e13eb9396d594bb54495efb89ea /travis/check-executable-files.sh
parent56ca276dcf080972ad2c5ae411b37c392ffed24d (diff)
downloadforums-3f73d32c3073ed5ed9a61b99a6512021c817c78b.tar
forums-3f73d32c3073ed5ed9a61b99a6512021c817c78b.tar.gz
forums-3f73d32c3073ed5ed9a61b99a6512021c817c78b.tar.bz2
forums-3f73d32c3073ed5ed9a61b99a6512021c817c78b.tar.xz
forums-3f73d32c3073ed5ed9a61b99a6512021c817c78b.zip
[ticket/12693] Don't try to check the composer.phar file
PHPBB3-12693
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 1d8b33d327..4d420add1c 100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -27,7 +27,7 @@ then
files_skipped="-false"
# Files which have to be executable
- executable_files="-path ${path}bin/* -o -path ${root}composer.phar"
+ executable_files="-path ${path}bin/*"
incorrect_files=$( \
find ${path} \