aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-08-09 14:54:15 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-08-09 15:58:04 +0200
commit4f131c224817517b9c8e32bf0eb99bda79431d73 (patch)
tree0fcb361d81c61f9ec074ff29a00bee4e5e5673d8 /travis
parent56ca276dcf080972ad2c5ae411b37c392ffed24d (diff)
downloadforums-4f131c224817517b9c8e32bf0eb99bda79431d73.tar
forums-4f131c224817517b9c8e32bf0eb99bda79431d73.tar.gz
forums-4f131c224817517b9c8e32bf0eb99bda79431d73.tar.bz2
forums-4f131c224817517b9c8e32bf0eb99bda79431d73.tar.xz
forums-4f131c224817517b9c8e32bf0eb99bda79431d73.zip
[ticket/12941] Add sami.conf.php for Travis CI.
PHPBB3-12941
Diffstat (limited to 'travis')
-rw-r--r--travis/sami.conf.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/travis/sami.conf.php b/travis/sami.conf.php
new file mode 100644
index 0000000000..8e7cfa42e9
--- /dev/null
+++ b/travis/sami.conf.php
@@ -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);