CircleCi: increase to 3 parallel workers
This commit is contained in:
parent
0fef38201c
commit
6b9df21a78
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
parallelism: 2
|
||||
parallelism: 3
|
||||
docker:
|
||||
- image: ruby:2.3.1
|
||||
- image: postgres:9.4.1
|
||||
|
|
Loading…
Reference in a new issue