diff --git a/Jenkinsfile b/Jenkinsfile index ec018c9..82af5d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { } } steps { - sh 'apk add --no-cache php7-phpdbg' + sh 'apk add --no-cache php7-phpdbg php7-ffi' sh 'curl -sS https://getcomposer.org/installer | php' sh 'php composer.phar install --ignore-platform-reqs' sh 'phpdbg -qrr -- ./vendor/bin/phpunit --coverage-text --colors=never -c phpunit.xml tests'