chore: install zqm in CI

This commit is contained in:
Sérgio Ramos 2017-05-26 11:39:39 +01:00
parent 7892aab05c
commit ea478ca689
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ dependencies:
# setup tap report # setup tap report
- mkdir -p ${CIRCLE_TEST_REPORTS}/tap-xunit/ - mkdir -p ${CIRCLE_TEST_REPORTS}/tap-xunit/
override: override:
# install dependencies # install zmq
- sudo apt-get update && sudo apt-get install libzmq3-dev
# install node dependencies
- yarn install - yarn install
- yarn run prepare - yarn run prepare