diff --git a/.circleci/config.yml b/.circleci/config.yml index eb52065..521f978 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,7 @@ jobs: - run: name: Set up Xdebug command: | - sudo pecl channel-update pecl.php.net - sudo pecl install Xdebug + sudo apt-get install php-xdebug php -v - run: name: Set up Code Climate test-reporter