Skip to content

Commit

Permalink
Merge pull request #7 from romainneutron/patch-1
Browse files Browse the repository at this point in the history
Add travis build on PHP 5.5
  • Loading branch information
igorw committed Dec 29, 2012
2 parents 545f753 + 39d214a commit a1539ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ language: php
php:
- 5.3
- 5.4
- 5.5

before_script:
- pear channel-discover pear.zero.mq
- pecl install pear.zero.mq/zmq-beta
- git clone https://github.com/mkoppanen/php-zmq.git
- sh -c "cd php-zmq && phpize && ./configure && make --silent && sudo make install"
- echo "extension=zmq.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer self-update
- composer install --dev

Expand Down

0 comments on commit a1539ef

Please sign in to comment.