diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index c3af857..0000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -lib/ diff --git a/.travis.yml b/.travis.yml index d59b6a8..2a39614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ sudo: false language: node_js node_js: - - '8' - - '10' + - '14' + - '16' install: - npm i script: - npm run ci after_script: - - npminstall codecov && codecov + - npm install codecov && codecov diff --git a/appveyor.yml b/appveyor.yml index cb0abda..bbd6549 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - nodejs_version: '8' - - nodejs_version: '10' + - nodejs_version: '14' + - nodejs_version: '16' install: - ps: Install-Product node $env:nodejs_version diff --git a/package.json b/package.json index b45cc27..eb715e9 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,10 @@ "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov", "pkgfiles": "egg-bin pkgfiles" }, - "ci": { - "version": "14, 16" - }, "eslintIgnore": [ "coverage", - "dist" + "dist", + "lib" ], "homepage": "https://github.com/yuque/sdk", "repository": {