Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 274 Bytes

bitbucket-pipelines.4.md

File metadata and controls

14 lines (12 loc) · 274 Bytes

PHP

image: phpunit/phpunit:5.0.3

pipelines:
  default:
    - step:
        script:
          - composer --version
          - phpunit --version
          - composer install
          - phpunit --configuration tests/phpunit.xml