1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

Remove incompatible wget option

This commit is contained in:
Niklas Keller 2017-04-26 20:55:04 +02:00
parent 2ec682b1c2
commit 431212989a

View File

@ -22,7 +22,7 @@ install:
- composer require satooshi/php-coveralls dev-master --ignore-platform-reqs
- mkdir -p coverage/cov coverage/bin
- wget -N https://phar.phpunit.de/phpcov.phar -O coverage/bin/phpcov
- wget https://phar.phpunit.de/phpcov.phar -O coverage/bin/phpcov
- chmod +x coverage/bin/phpcov
- composer show