From 21ac58fc334d8f7a40430f8ece1d239742a7257b Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Thu, 4 Apr 2019 22:38:41 +0200 Subject: [PATCH] uncomment preceding steps --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63793f0..11045c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,12 +11,12 @@ workflows: ci: jobs: - checkout - # - linting: - # requires: - # - checkout - # - testing: - # requires: - # - checkout + - linting: + requires: + - checkout + - testing: + requires: + - checkout - build: requires: - testing