More node versions for travis. Package lock file. Removal of pre-git.

This commit is contained in:
2017-06-24 13:06:26 +02:00
parent 745b9830ed
commit da013fea70
3 changed files with 1501 additions and 19 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
language: node_js language: node_js
node_js: node_js:
- 0.10
- 0.12
- 4 - 4
- 5
- 6 - 6
- 7
- 8
script: "npm run-script cover" script: "npm run-script cover"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
notifications: notifications:
+1497
View File
File diff suppressed because it is too large Load Diff
+2 -16
View File
@@ -21,8 +21,7 @@
"eslint": "^2.11.1", "eslint": "^2.11.1",
"istanbul": "^0.4.3", "istanbul": "^0.4.3",
"mocha": "^2.5.3", "mocha": "^2.5.3",
"portfinder": "^1.0.3", "portfinder": "^1.0.3"
"pre-git": "^3.8.4"
}, },
"keywords": [ "keywords": [
"smpp", "smpp",
@@ -43,18 +42,5 @@
"cover": "istanbul cover _mocha", "cover": "istanbul cover _mocha",
"test": "mocha" "test": "mocha"
}, },
"license": "MIT", "license": "MIT"
"config": {
"pre-git": {
"commit-msg": "",
"pre-commit": [
"./node_modules/.bin/eslint ./",
"./node_modules/.bin/mocha"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
}
} }