Update CircleCI config to account for submodules

pull/319/head
Alex 6 years ago
parent 5882fc50ba
commit 7be0a8e9fd
  1. 4
      .circleci/config.yml

@ -13,6 +13,10 @@ jobs:
name: Install dependencies
command: |
npm install
- run:
name: Get submodules
command: |
git submodule update --init
- run:
name: Run tests
command: |

Loading…
Cancel
Save