Fix circleci.yml typo

This commit is contained in:
Adam Miskiewicz 2017-10-20 15:07:17 -07:00
parent 58a19ce264
commit 5fd1df1b1a
No known key found for this signature in database
GPG Key ID: EC62EB11EB5E47ED

View File

@ -16,7 +16,7 @@ jobs:
- run: yarn # install root deps
- run: ./scripts/test.sh # run tests
- setup_remote_docker
docker_layer_caching: true # (3)
docker_layer_caching: true # (3)
- deploy:
command: |
set -x