aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-02-14 16:28:08 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-02-14 16:28:08 +0100
commit469f2008217f1c345c6fb79de5ab68b3079a4954 (patch)
treeaeb09ea998a532c1d6277fe67e2c6b9c16db5c70 /travis
parentd330ef8c1b52bb93e02de3992edb9041f2c99fb5 (diff)
downloadforums-469f2008217f1c345c6fb79de5ab68b3079a4954.tar
forums-469f2008217f1c345c6fb79de5ab68b3079a4954.tar.gz
forums-469f2008217f1c345c6fb79de5ab68b3079a4954.tar.bz2
forums-469f2008217f1c345c6fb79de5ab68b3079a4954.tar.xz
forums-469f2008217f1c345c6fb79de5ab68b3079a4954.zip
[ticket/14478] Remove no longer required shell script
PHPBB3-14478
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install-phpbb-test-dependencies.sh16
-rwxr-xr-xtravis/setup-phpbb.sh1
2 files changed, 0 insertions, 17 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 ..
diff --git a/travis/setup-phpbb.sh b/travis/setup-phpbb.sh
index 30f79ee0cb..0beaa9ec8c 100755
--- a/travis/setup-phpbb.sh
+++ b/travis/setup-phpbb.sh
@@ -34,7 +34,6 @@ fi
if [ "$NOTESTS" != '1' ]
then
travis/setup-webserver.sh
- travis/install-phpbb-test-dependencies.sh
fi
cd phpBB