rethinkdb-stream
Version:
Convert a rethinkdb cursor into a readable stream
13 lines • 424 B
YAML
language: node_js
before_install:
- 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- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get update -q
- sudo apt-get -y --force-yes install rethinkdb
before_script:
- rethinkdb --daemon
node_js:
- "0.10"
- "0.12"
- "4"
- "5"