From 24aaa5352125edbb0547282c1524d1f1581fe84a Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 19 Jun 2017 18:31:21 +0200 Subject: [PATCH] Add the parallelism key to the CircleCI conf file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s now required --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c44ceede5..c27c968f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,7 @@ version: 2 jobs: build: + parallelism: 2 docker: - image: ruby:2.3.1 - image: postgres:9.4.1