Add workflows

This commit is contained in:
Oliver Davies 2017-11-27 14:11:50 +00:00
parent a3213b30dd
commit d432cc495f

View file

@ -7,3 +7,9 @@ jobs:
steps: steps:
- checkout - checkout
- run: ./vendor/bin/phpunit - run: ./vendor/bin/phpunit
workflows:
version: 2
build_test_and_deploy:
jobs:
- build_and_test