Merge pull request #464 from sgmap/fix-circleci

Add the parallelism key to the CircleCI conf file
This commit is contained in:
gregoirenovel 2017-06-19 18:37:12 +02:00 committed by GitHub
commit dabd0cc6fa

View file

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