Skip to content

Commit

Permalink
Merge e2a656e into a4128a0
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Jul 8, 2020
2 parents a4128a0 + e2a656e commit a7e9694
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ script:
- npm run build
- npm run lint
- npm run test
after_success:
- npm run coveralls
cache: npm
27 changes: 26 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "eslint . --ext .ts",
"test": "jest"
},
Expand Down Expand Up @@ -35,6 +36,7 @@
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"arrayify-stream": "^1.0.0",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-config-es": "^3.19.61",
"eslint-plugin-tsdoc": "^0.2.4",
Expand Down

0 comments on commit a7e9694

Please sign in to comment.