aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-sami-parse-errors.sh
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-12 23:04:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-12 23:04:07 +0100
commit12fd9a882759f4f88738415c11c5d15bc3bd90b8 (patch)
tree3e33d16c54b3c5dbe0e2948091295ebbb1cc91d8 /travis/check-sami-parse-errors.sh
parent09ad1d529ef76358eeb25be38884de61a410d066 (diff)
parent968360fed6ac614e2271942e0df4a70e66be4738 (diff)
downloadforums-12fd9a882759f4f88738415c11c5d15bc3bd90b8.tar
forums-12fd9a882759f4f88738415c11c5d15bc3bd90b8.tar.gz
forums-12fd9a882759f4f88738415c11c5d15bc3bd90b8.tar.bz2
forums-12fd9a882759f4f88738415c11c5d15bc3bd90b8.tar.xz
forums-12fd9a882759f4f88738415c11c5d15bc3bd90b8.zip
Merge pull request #3143 from bantu/ticket/13331-ascraeus
[ticket/13331] Use docs target for this branch, add docs-all for all branches
Diffstat (limited to 'travis/check-sami-parse-errors.sh')
-rwxr-xr-xtravis/check-sami-parse-errors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/check-sami-parse-errors.sh b/travis/check-sami-parse-errors.sh
index 847c54a61a..c3338e34db 100755
--- a/travis/check-sami-parse-errors.sh
+++ b/travis/check-sami-parse-errors.sh
@@ -20,7 +20,7 @@ then
# and
# https://github.com/fabpot/Sami/issues/117
errors=$(
- unbuffer phpBB/vendor/bin/sami.php parse travis/sami.conf.php -v | \
+ unbuffer phpBB/vendor/bin/sami.php parse build/sami-checkout.conf.php -v | \
sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | \
grep "ERROR: " | \
tee /dev/tty | \