This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/.circleci/config.yml
2017-11-27 14:00:24 +00:00

10 lines
159 B
YAML

version: 2
jobs:
build_and_test:
docker:
image: php:7.1
steps:
- checkout
- run: ./vendor/bin/phpunit