mongo-portable
Version:
Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)
19 lines (14 loc) • 309 B
YAML
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: "6.9"
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g yarn && yarn
build: off
test_script:
- node --version
- npm --version
- npm run build && npm run test
version: "{build}"