oliverdavies.uk/.circleci/config.yml

9 lines
139 B
YAML
Raw Normal View History

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