Skip to content

Commit

Permalink
seneca3 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaidma committed Aug 23, 2016
1 parent 1ddbe54 commit 8968b7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -7,10 +7,7 @@ env:

node_js:
- "6"
- "5"
- "4"
- "0.12"
- "0.10"

services: mongodb

Expand All @@ -22,7 +19,5 @@ after_script:
- npm run cov

before_script:
- if [[ $TRAVIS_NODE_VERSION == "6" ]]; then export LAB_FLAGS="--leaks"; else export LAB_FLAGS=""; fi
- npm uninstall seneca
- npm install seneca$SENECA_VER
- echo FLAGS:$LAB_FLAGS
19 changes: 9 additions & 10 deletions package.json
Expand Up @@ -4,8 +4,7 @@
"description": "Seneca data store plugin for MongoDB",
"main": "mongo-store.js",
"scripts": {
"test": "lab test/*.test.js -r console -v -L $LAB_FLAGS",
"test:node6": "LAB_FLAGS='--leaks' && npm test",
"test": "lab test/*.test.js -r console -v -L",
"cov": "lab test/*.test.js -v -r lcov | coveralls",
"lint": "lab -dL",
"build": "docker-compose build",
Expand Down Expand Up @@ -33,19 +32,19 @@
],
"license": "MIT",
"dependencies": {
"lodash": "4.6.0",
"lodash": "4.15.0",
"mongodb": "2.2.5"
},
"devDependencies": {
"async": "1.5.2",
"coveralls": "2.x.x",
"eslint-config-seneca": "1.x.x",
"async": "2.0.x",
"coveralls": "2.11.x",
"eslint-config-seneca": "3.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-standard": "1.x.x",
"lab": "6.2.x",
"eslint-plugin-standard": "2.x.x",
"lab": "11.0.x",
"seneca": "plugin",
"seneca-entity": "1.2.0",
"code": "1.5.0",
"seneca-entity": "1.2.x",
"code": "3.0.x",
"seneca-store-test": "0.3.0"
},
"files": [
Expand Down

0 comments on commit 8968b7f

Please sign in to comment.