Merge pull request #464 from sgmap/fix-circleci
Add the parallelism key to the CircleCI conf file
This commit is contained in:
commit
dabd0cc6fa
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
parallelism: 2
|
||||||
docker:
|
docker:
|
||||||
- image: ruby:2.3.1
|
- image: ruby:2.3.1
|
||||||
- image: postgres:9.4.1
|
- image: postgres:9.4.1
|
||||||
|
|
Loading…
Reference in a new issue