Skip to content

Commit 695c72e

Browse files
committed
add package-lock.json
1 parent 7e7181e commit 695c72e

File tree

3 files changed

+4611
-2
lines changed

3 files changed

+4611
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- mysql
1414

1515
node_js:
16+
- "8.10.0"
1617
- "7.5"
1718
- "7"
1819
- "6.9.5"
@@ -27,4 +28,4 @@ before_install:
2728
- "test ! -d node_modules || npm prune"
2829
- "test ! -d node_modules || npm rebuild"
2930
script: "npm run-script coverage"
30-
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
31+
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ init:
33

44
environment:
55
matrix:
6+
- nodejs_version: "8.10.0"
67
- nodejs_version: "7.5"
78
- nodejs_version: "7"
89
- nodejs_version: "6.9.5"
@@ -27,4 +28,4 @@ test_script:
2728
- set CONFIG_FILE=config/config.testwin.js
2829
- node_modules\.bin\npm run test-win
2930
build: off
30-
version: "{build}"
31+
version: "{build}"

0 commit comments

Comments
 (0)