Enabled docker support in CircleCI

This commit is contained in:
Adam Miskiewicz
2017-10-20 14:59:01 -07:00
parent 9298c524e3
commit a7015d4e3d

View File

@@ -15,6 +15,7 @@ jobs:
- v3-react-navigation-master
- run: yarn # install root deps
- run: ./scripts/test.sh # run tests
- setup_remote_docker
- deploy:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then