From 55e9f4d7effefd2f577f56b1f4a170e33cd9dbbc Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 12 Jan 2013 03:03:07 +0100 Subject: [PATCH] [constant-trickery] Add runkit to PHP. Thanks to kherge for those lines. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9f4ca74c..18d8cbea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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