mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/10981] Added check for PHP version before running composer
PHPBB3-10981
This commit is contained in:
parent
74074994ba
commit
aa2f7bcc2c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ before_script:
|
|||
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then pear install --force phpunit/DbUnit; else pyrus install --force phpunit/DbUnit; fi"
|
||||
- phpenv rehash
|
||||
- cd phpBB
|
||||
- php ../composer.phar install --dev
|
||||
- sh -c "if [ '$TRAVIS_PHP_VERSION' != '5.2' ]; then php ../composer.phar install --dev; fi"
|
||||
- cd ..
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue