apollo-passport-rethinkdbdash
Version:
rethinkdbdash driver for apollo-passport
17 lines (13 loc) • 424 B
YAML
machine:
node:
version: 4.2.6
post:
- 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 -
- sudo apt-get update
- sudo apt-get install rethinkdb
- rethinkdb:
background: true
test:
post:
- npm run coveralls