Install composer dependencies on Travis CI.

This commit is contained in:
Andreas Fischer 2013-11-23 20:38:11 +01:00
parent 6ed4e3c92e
commit f0dcc74c29

View File

@ -16,6 +16,7 @@ env:
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*||"`
- composer install --dev --no-interaction
script:
- phpunit --verbose --coverage-text --coverage-html code_coverage/