From d432cc495fc063b36587096767914a2635b7d725 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 27 Nov 2017 14:11:50 +0000 Subject: [PATCH] Add workflows --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a1a5fa5..b0de96cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,3 +7,9 @@ jobs: steps: - checkout - run: ./vendor/bin/phpunit + +workflows: + version: 2 + build_test_and_deploy: + jobs: + - build_and_test