aboutsummaryrefslogtreecommitdiffstats
path: root/travis/install-phpbb-test-dependencies.sh
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-15 22:55:56 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-15 22:55:56 +0100
commitf983684fdb4497335f269d9283d1566215207c05 (patch)
treeaeb09ea998a532c1d6277fe67e2c6b9c16db5c70 /travis/install-phpbb-test-dependencies.sh
parent8663edce760da8451906fc557706b2980a424936 (diff)
parent469f2008217f1c345c6fb79de5ab68b3079a4954 (diff)
downloadforums-f983684fdb4497335f269d9283d1566215207c05.tar
forums-f983684fdb4497335f269d9283d1566215207c05.tar.gz
forums-f983684fdb4497335f269d9283d1566215207c05.tar.bz2
forums-f983684fdb4497335f269d9283d1566215207c05.tar.xz
forums-f983684fdb4497335f269d9283d1566215207c05.zip
Merge pull request #4180 from marc1706/ticket/14478
[ticket/14478] Move facebook/webdriver dependency to main composer file * marc1706/ticket/14478: [ticket/14478] Remove no longer required shell script [ticket/14478] Move facebook/webdriver dependency to main composer file
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 ..