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 13:56:51 +00:00

9 lines
139 B
YAML

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