Skip to content

Commit

Permalink
Remove HHVM as ZMQ does not seem to be compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Burnichon committed Mar 10, 2016
1 parent cded50b commit ec7c28d
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 @@ -8,16 +8,14 @@ php:
- '5.5'
- '5.6'
- '7.0'
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: '7.0'
- php: hhvm

before_script:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
- phpenv config-rm xdebug.ini
- echo "extension=zmq.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer self-update
- composer install --prefer-source
Expand Down

0 comments on commit ec7c28d

Please sign in to comment.