Add the parallelism key to the CircleCI conf file
It’s now required
This commit is contained in:
parent
5bafc077d2
commit
24aaa53521
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
parallelism: 2
|
||||
docker:
|
||||
- image: ruby:2.3.1
|
||||
- image: postgres:9.4.1
|
||||
|
|
Loading…
Reference in a new issue