aboutsummaryrefslogtreecommitdiffstats
path: root/travis/install-phpbb-test-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/install-phpbb-test-dependencies.sh')
-rwxr-xr-xtravis/install-phpbb-test-dependencies.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/travis/install-phpbb-test-dependencies.sh b/travis/install-phpbb-test-dependencies.sh
deleted file mode 100755
index 25743ff2b1..0000000000
--- a/travis/install-phpbb-test-dependencies.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-#
-# 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.
-#
-set -e
-set -x
-
-cd tests
-php ../composer.phar install --dev --no-interaction --prefer-source
-cd ..