1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-17 06:16:34 +02:00

[ticket/11970] Add set -x to Travis setup scripts.

Output is hidden by Travis by default and this will allow easier debugging.

PHPBB3-11970
This commit is contained in:
Andreas Fischer 2013-10-25 00:07:39 +02:00
parent 66841a55d0
commit 3c135ccab2
2 changed files with 2 additions and 0 deletions

@ -4,6 +4,7 @@
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x
# MariaDB Series
VERSION='5.5'

@ -4,6 +4,7 @@
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
set -x
sudo apt-get update -qq
sudo apt-get install -qq nginx realpath