1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 20:32:11 +02:00

[ticket/11985] Rename install -> setup. This is more generic and consistent.

PHPBB3-11985
This commit is contained in:
Andreas Fischer 2014-02-03 22:09:33 +01:00
parent b16448b3f8
commit 116ff19185
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
install:
- sh -c "if [ '$DB' = 'mariadb' ]; then travis/setup-mariadb.sh; fi"
- sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi"
- travis/install-php-extensions.sh
- travis/setup-php-extensions.sh
- cd phpBB
- php ../composer.phar install --dev --no-interaction --prefer-source
- cd ..