UNPKG

mongoose

Version:
27 lines (26 loc) 603 B
language: node_js sudo: false node_js: - "9" - "8" - "7" - "6" - "5" - "4" - "0.12" - "0.10" - "iojs" before_script: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.23.tgz - tar -zxvf mongodb-linux-x86_64-3.4.23.tgz - mkdir -p ./data/db/27017 - mkdir -p ./data/db/27000 - printf "\n--timeout 8000" >> ./test/mocha.opts - ./mongodb-linux-x86_64-3.4.23/bin/mongod --fork --dbpath ./data/db/27017 --syslog --port 27017 - export PATH=`pwd`/mongodb-linux-x86_64-3.4.23/bin/:$PATH - sleep 3 script: - npm test - npm run lint notifications: email: false