[constant-trickery] Add runkit to PHP. Thanks to kherge for those lines.

This commit is contained in:
Andreas Fischer 2013-01-12 03:03:07 +01:00
parent b83ca10246
commit 55e9f4d7ef

View File

@ -5,5 +5,9 @@ php:
- 5.3
- 5.4
before_script:
- git clone git://github.com/zenovich/runkit.git && cd runkit && phpize && ./configure && make && make install && cd ..
- echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
script:
- phpunit --verbose