From 6f6bbcabbf6b8620e02e6bf452fa1dd7e7c156d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draic=20Brady?= Date: Sun, 29 Jan 2012 16:49:24 +0000 Subject: [PATCH] Updated travis ci conf to load custom runkit extension --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9d765f0..c06a0c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ before_script: - ./configure - make - sudo make install + - echo "extension=runkit.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - cd .. script: phpunit --coverage-text --configuration ./tests/phpunit.xml notifications: