diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-02-03 22:09:33 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-02-04 00:12:28 +0100 |
| commit | 116ff19185fd50a30abdc04a8200c330589088d4 (patch) | |
| tree | bb3f7edcb89f5cf64f3a65f1cecf5e8db83a3e55 | |
| parent | b16448b3f83176c6468074e0e55709edc5791c2e (diff) | |
| download | forums-116ff19185fd50a30abdc04a8200c330589088d4.tar forums-116ff19185fd50a30abdc04a8200c330589088d4.tar.gz forums-116ff19185fd50a30abdc04a8200c330589088d4.tar.bz2 forums-116ff19185fd50a30abdc04a8200c330589088d4.tar.xz forums-116ff19185fd50a30abdc04a8200c330589088d4.zip | |
[ticket/11985] Rename install -> setup. This is more generic and consistent.
PHPBB3-11985
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rwxr-xr-x | travis/setup-php-extensions.sh (renamed from travis/install-php-extensions.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8323bd81ad..a97e25240a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .. diff --git a/travis/install-php-extensions.sh b/travis/setup-php-extensions.sh index 18d6e7e09d..18d6e7e09d 100755 --- a/travis/install-php-extensions.sh +++ b/travis/setup-php-extensions.sh |
