1
0
mirror of https://github.com/danog/file.git synced 2024-11-29 20:09:10 +01:00

remove extension ini redundancy

This commit is contained in:
Daniel Lowrey 2015-07-19 13:46:37 -04:00
parent 9f38705952
commit 3f09f80b7d

View File

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