We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd0d6 commit 0146041Copy full SHA for 0146041
.travis.yml
@@ -6,12 +6,10 @@ php:
6
- 5.4
7
8
before_script:
9
- - sudo apt-get install -y libevent-dev libev-dev
+ - sudo apt-get install -y libevent-dev
10
- sh -c " if [ \"\$(php --re libevent | grep 'does not exist')\" != '' ]; then
11
(yes '' | pecl install libevent-beta)
12
fi"
13
- - (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure --with-libev && make && make install)
14
- - echo "extension=libev.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
15
- composer self-update
16
- composer install --dev --prefer-source
17
0 commit comments