Skip to content

Commit 95d9b87

Browse files
committed
removed .travis and some outdated badges in readme
1 parent e547d7f commit 95d9b87

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Fixed
1010
- Add configured oEmbed query parameters to all oEmbed endpoints [#437]
1111
- Updated oEmbed endpoints.
12-
- Replace Travis with Github workflows for testing
12+
- Replaced Travis with Github workflows for testing
1313

1414
## [4.3.1] - 2021-03-21
1515
### Added

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11

22
# Embed
33

4-
[![Build Status][ico-travis]][link-travis]
5-
[![Quality Score][ico-scrutinizer]][link-scrutinizer]
64
[![Latest Version on Packagist][ico-version]][link-packagist]
75
[![Total Downloads][ico-downloads]][link-packagist]
86
[![Monthly Downloads][ico-m-downloads]][link-packagist]
97
[![Software License][ico-license]](LICENSE)
10-
[![SensioLabs Insight][ico-sensiolabs]][link-sensiolabs]
118

129
PHP library to get information from any web page (using oembed, opengraph, twitter-cards, scrapping the html, etc). It's compatible with any web service (youtube, vimeo, flickr, instagram, etc) and has adapters to some sites like (archive.org, github, facebook, etc).
1310

@@ -346,14 +343,8 @@ Note: The built-in detectors does not require settings. This feature is only for
346343
If this library is useful for you, say thanks [buying me a beer :beer:](https://www.paypal.me/oscarotero)!
347344

348345
[ico-version]: https://poser.pugx.org/embed/embed/v/stable
349-
[ico-travis]: https://travis-ci.org/oscarotero/Embed.svg?branch=master
350346
[ico-license]: https://poser.pugx.org/embed/embed/license
351-
[ico-scrutinizer]: https://scrutinizer-ci.com/g/oscarotero/Embed/badges/quality-score.png?s=79e37032db280b9795388124c030dcf4309343d1
352-
[ico-sensiolabs]: https://insight.sensiolabs.com/projects/f0beab9f-fe41-47db-8806-373f80c50f9e/big.png
353347
[ico-downloads]: https://poser.pugx.org/embed/embed/downloads
354348
[ico-m-downloads]: https://poser.pugx.org/embed/embed/d/monthly
355349

356350
[link-packagist]: https://packagist.org/packages/embed/embed
357-
[link-travis]: https://travis-ci.org/oscarotero/Embed
358-
[link-scrutinizer]: https://scrutinizer-ci.com/g/oscarotero/Embed/
359-
[link-sensiolabs]: https://insight.sensiolabs.com/projects/f0beab9f-fe41-47db-8806-373f80c50f9e

0 commit comments

Comments
 (0)