Enabled docker support in CircleCI

This commit is contained in:
Adam Miskiewicz 2017-10-20 14:59:01 -07:00
parent c5851fc940
commit c33f7f83cc
No known key found for this signature in database
GPG Key ID: EC62EB11EB5E47ED

View File

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