Migrate CI from Travis to GitHub Actions by nanotower · Pull Request #53 · expressjs/errorhandler · GitHub
Skip to content
Merged
254 changes: 254 additions & 0 deletions .github/workflows/ci.yml
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![Build Status][travis-image]][travis-url]
<a href="https://github.com/nanotower/errorhandler/actions/workflows/ci.yml"><img src="https://github.com/nanotower/errorhandler/actions/workflows/ci.yml/badge.svg"></a>
[![Test Coverage][coveralls-image]][coveralls-url]

Development-only error handler middleware.
Expand Down Expand Up @@ -126,5 +126,3 @@ function errorNotification (err, str, req) {
[npm-downloads-image]: https://badgen.net/npm/dm/errorhandler
[npm-url]: https://npmjs.org/package/errorhandler
[npm-version-image]: https://badgen.net/npm/v/errorhandler
[travis-image]: https://badgen.net/travis/expressjs/errorhandler/master
[travis-url]: https://travis-ci.org/expressjs/errorhandler
2 changes: 1 addition & 1 deletion package.json
Loading