Skip to content

Commit

Permalink
Disable libev on travis
Browse files Browse the repository at this point in the history
It's currently failing with strange build errors.
  • Loading branch information
igorw committed Apr 14, 2013
1 parent f2bd0d6 commit 0146041
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ php:
- 5.4

before_script:
- sudo apt-get install -y libevent-dev libev-dev
- sudo apt-get install -y libevent-dev
- sh -c " if [ \"\$(php --re libevent | grep 'does not exist')\" != '' ]; then
(yes '' | pecl install libevent-beta)
fi"
- (git clone --recursive https://github.com/m4rw3r/php-libev && cd php-libev && phpize && ./configure --with-libev && make && make install)
- echo "extension=libev.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer self-update
- composer install --dev --prefer-source

Expand Down

0 comments on commit 0146041

Please sign in to comment.