grr Travis uses composer not composer.phar

This commit is contained in:
Ralf Becker 2016-07-11 22:17:24 +02:00
parent c877ac9d94
commit ee472b0844

View File

@ -33,7 +33,7 @@ before_script:
- sudo apt-get install -y myrepos
- mr --trust-all --stats up
# installing phpunit in version suitable for used PHP version
- composer.phar update phpunit/phpunit
- composer update phpunit/phpunit
script:
- ./doc/php_syntax_check.sh