Skip to content

Commit bb918d3

Browse files
Updated CI/CD links to point to GitHub Actions instead of Travis CI
1 parent 81cea51 commit bb918d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ ono (Oh No!)
22
============================
33
### Throw better errors.
44

5-
[![Build Status](https://api.travis-ci.com/JS-DevTools/ono.svg?branch=master)](https://travis-ci.com/JS-DevTools/ono)
5+
[![Build Status](https://github.com/JS-DevTools/ono/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/ono/blob/master/.github/workflows/CI-CD.yaml)
66
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/ono/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/ono)
77

88
[![npm](https://img.shields.io/npm/v/ono.svg)](https://www.npmjs.com/package/ono)
99
[![Dependencies](https://david-dm.org/JS-DevTools/ono.svg)](https://david-dm.org/JS-DevTools/ono)
1010
[![License](https://img.shields.io/npm/l/ono.svg)](LICENSE)
1111

12-
[![OS and Browser Compatibility](https://jstools.dev/img/badges/ci-badges-with-ie.svg)](https://travis-ci.com/JS-DevTools/ono)
12+
[![OS and Browser Compatibility](https://jstools.dev/img/badges/ci-badges-with-ie.svg)](https://github.com/JS-DevTools/ono/blob/master/.github/workflows/CI-CD.yaml)
1313

1414

1515

@@ -25,7 +25,7 @@ Features
2525

2626
- Create Ono instances for your own [custom error classes](#custom-error-classes)
2727

28-
- [Tested](https://travis-ci.com/JS-DevTools/ono) on Node.js and all modern web browsers on Mac, Windows, and Linux.
28+
- Tested on Node.js and all modern web browsers on Mac, Windows, and Linux.
2929

3030

3131

0 commit comments

Comments
 (0)