Skip to content

Commit 0146041

Browse files
committed
Disable libev on travis
It's currently failing with strange build errors.
1 parent f2bd0d6 commit 0146041

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ php:
66
- 5.4
77

88
before_script:
9-
- sudo apt-get install -y libevent-dev libev-dev
9+
- sudo apt-get install -y libevent-dev
1010
- sh -c " if [ \"\$(php --re libevent | grep 'does not exist')\" != '' ]; then
1111
(yes '' | pecl install libevent-beta)
1212
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*||"`
1513
- composer self-update
1614
- composer install --dev --prefer-source
1715

0 commit comments

Comments
 (0)