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
Oliver Davies b6f618695d Use list
2017-11-27 14:14:56 +00:00

16 lines
258 B
YAML

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