mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/13331] Remove travis/sami.conf.php. Use build/sami-checkout.conf.php.
PHPBB3-13331
This commit is contained in:
parent
0103478521
commit
968360fed6
2 changed files with 1 additions and 20 deletions
|
@ -20,7 +20,7 @@ then
|
||||||
# and
|
# and
|
||||||
# https://github.com/fabpot/Sami/issues/117
|
# https://github.com/fabpot/Sami/issues/117
|
||||||
errors=$(
|
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" | \
|
sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | \
|
||||||
grep "ERROR: " | \
|
grep "ERROR: " | \
|
||||||
tee /dev/tty | \
|
tee /dev/tty | \
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* This file is part of the phpBB Forum Software package.
|
|
||||||
*
|
|
||||||
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
|
||||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
|
||||||
*
|
|
||||||
* For full copyright and license information, please see
|
|
||||||
* the docs/CREDITS.txt file.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
require __DIR__ . '/../build/' . basename(__FILE__);
|
|
||||||
|
|
||||||
// Removing the versions array key will make Sami use the current branch.
|
|
||||||
unset($config['versions']);
|
|
||||||
|
|
||||||
return new Sami\Sami($iterator, $config);
|
|
Loading…
Add table
Reference in a new issue