mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12941] Add sami.conf.php for Travis CI.
PHPBB3-12941
This commit is contained in:
19
travis/sami.conf.php
Normal file
19
travis/sami.conf.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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);
|
Reference in New Issue
Block a user