Add the parallelism key to the CircleCI conf file

It’s now required
This commit is contained in:
gregoirenovel 2017-06-19 18:31:21 +02:00
parent 5bafc077d2
commit 24aaa53521

View file

@ -1,6 +1,7 @@
version: 2
jobs:
build:
parallelism: 2
docker:
- image: ruby:2.3.1
- image: postgres:9.4.1