aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-23 19:48:56 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-31 14:20:36 +0200
commitf394f55fe27249bdb62e4e446b4974f425ffc3b6 (patch)
treed415fd1ca3874f98a998d4ae339c6cc7ef369106 /travis
parent636eac2cd25098cc0494f875a35903e8388ac0f8 (diff)
downloadforums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar
forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar.gz
forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar.bz2
forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.tar.xz
forums-f394f55fe27249bdb62e4e446b4974f425ffc3b6.zip
[ticket/12693] Fix the permissions
PHPBB3-12693
Diffstat (limited to 'travis')
-rwxr-xr-x[-rw-r--r--]travis/check-executable-files.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh
index a5403667f4..99562d8925 100644..100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -9,6 +9,7 @@
# the docs/CREDITS.txt file.
#
set -e
+set -x
DB=$1
TRAVIS_PHP_VERSION=$2