Install runkit in Travis CI

This commit is contained in:
Michal Čihař 2013-08-21 14:00:18 +02:00
parent 9138eef26a
commit cab1aee02c

View File

@ -6,5 +6,9 @@ php:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ant
before_script: ./scripts/generate-mo --quiet
script: ant phpunit-nocoverage lint
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:
- ./scripts/generate-mo --quiet
- ant phpunit-nocoverage lint