Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save edwinsiebel/dbce9d3db4645a988b72153c656baa6c to your computer and use it in GitHub Desktop.

Select an option

Save edwinsiebel/dbce9d3db4645a988b72153c656baa6c to your computer and use it in GitHub Desktop.

Revisions

  1. @webbgeorge webbgeorge created this gist Jun 9, 2016.
    12 changes: 12 additions & 0 deletions bitbucket-pipelines.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    image: phpunit/phpunit:4.6.10

    pipelines:
    default:
    - step:
    script:
    - pecl install xdebug && echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > /usr/local/etc/php/conf.d/xdebug.ini
    - composer --version
    - composer install
    - vendor/bin/phpunit --version
    - vendor/bin/phpunit --coverage-text --configuration phpunit.xml
    - vendor/bin/phpcs --standard=PSR2 src/