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

16 lines
256 B
YAML
Raw Normal View History

2017-11-27 13:56:51 +00:00
version: 2
jobs:
build_and_test:
2017-11-27 14:00:24 +00:00
docker:
image: php:7.1
2017-11-27 13:56:51 +00:00
steps:
- checkout
- run: ./vendor/bin/phpunit
2017-11-27 14:11:50 +00:00
workflows:
version: 2
build_test_and_deploy:
jobs:
- build_and_test