1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 20:40:24 +02:00

[ticket/13331] Remove travis/sami.conf.php. Use build/sami-checkout.conf.php.

PHPBB3-13331
This commit is contained in:
Andreas Fischer
2014-11-12 21:45:03 +01:00
parent 0103478521
commit 968360fed6
2 changed files with 1 additions and 20 deletions

View File

@@ -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 | \