tingodb
Version:
Embedded Node.js database upward compatible with MongoDB
19 lines (16 loc) • 401 B
YAML
language: node_js
node_js:
- "8"
- "6"
- "4"
- "0.12"
- "0.10"
install:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.9.tgz
- tar xzf mongodb-linux-x86_64-2.4.9.tgz
- export PATH=${PWD}/mongodb-linux-x86_64-2.4.9/bin/:$PATH
- mongod --version
script:
- npm install
- ./test.sh --db=mongodb --reporter=spec --quick
- ./test.sh --db=tingodb --reporter=spec