mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00: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:
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
|
||||
|
|
Loading…
Add table
Reference in a new issue