mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore: remove unused travis.yml and codecov dep
This commit is contained in:
parent
3582a00747
commit
ff57a42ca9
12
.travis.yml
12
.travis.yml
@ -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
6322
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user