chore: remove unused travis.yml and codecov dep

This commit is contained in:
Zachary Haber 2022-06-23 17:30:16 -05:00
parent 3582a00747
commit ff57a42ca9
3 changed files with 6167 additions and 171 deletions

View File

@ -1,12 +0,0 @@
language: node_js
os:
- linux
- windows
sudo: false
node_js:
- "14"
- "12"
- "10"
- "8"
after_success:
- npm run codecov

6322
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,8 +36,7 @@
"pretest": "prettier --check . && eslint \"lib/**/*.js\" \"test/**/*.js\"",
"prettier:fix": "prettier --write .",
"test": "tap \"test/tap/**/*.js\" --cov --timeout=45",
"typings": "tsc -p types/tsconfig.json",
"codecov": "tap \"test/tap/**/*.js\" --cov --coverage-report=lcov && codecov"
"typings": "tsc -p types/tsconfig.json"
},
"directories": {
"test": "test",
@ -53,7 +52,6 @@
"devDependencies": {
"@log4js-node/sandboxed-module": "^2.2.1",
"callsites": "^3.1.0",
"codecov": "^3.8.3",
"deep-freeze": "0.0.1",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",