1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

remove extension redundancy

This commit is contained in:
Daniel Lowrey 2015-07-19 13:49:12 -04:00
parent 2243736c76
commit 57841b08f4

View File

@ -11,7 +11,6 @@ matrix:
before_script:
- yes "" | pecl install "channel://pecl.php.net/libevent-0.1.0"
- echo "extension=\"libevent.so\"" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer self-update
- composer install