From 968360fed6ac614e2271942e0df4a70e66be4738 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 12 Nov 2014 21:45:03 +0100 Subject: [ticket/13331] Remove travis/sami.conf.php. Use build/sami-checkout.conf.php. PHPBB3-13331 --- travis/check-sami-parse-errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/check-sami-parse-errors.sh') 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 | \ -- cgit v1.2.1