Use 'composer update' instead of 'composer install'

We need another PHPUnit version for PHP 5.5.
This commit is contained in:
Niklas Keller
2016-12-15 10:53:03 +01:00
parent c3f8424785
commit 0bd3525938

View File

@@ -13,7 +13,7 @@ cache:
install:
- phpenv config-rm xdebug.ini || true
- composer config --global discard-changes true
- composer install
- composer update
- composer require satooshi/php-coveralls dev-master --dev
- composer show --installed