chore: install rdb on CI env

This commit is contained in:
Sérgio Ramos 2017-05-30 13:40:37 +01:00
parent 82a667504a
commit 60f375cc4a
1 changed files with 5 additions and 2 deletions

View File

@ -21,8 +21,11 @@ dependencies:
# setup tap report
- mkdir -p ${CIRCLE_TEST_REPORTS}/tap-xunit/
override:
# install zmq
- sudo apt-get update && sudo apt-get install libzmq3-dev
# add rethinkdb sources
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
- wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
# install zmq and rdb
- sudo apt-get update && sudo apt-get install libzmq3-dev rethinkdb
# install node dependencies
- yarn install
- yarn run prepare