CircleCi: increase to 3 parallel workers

This commit is contained in:
Simon Lehericey 2017-07-21 14:24:34 +02:00
parent 0fef38201c
commit 6b9df21a78

View file

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