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:
parent
b16448b3f8
commit
116ff19185
@ -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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user