Skip to content

Commit a3661e4

Browse files
committed
:octocat:
1 parent 0521cf2 commit a3661e4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ env:
1717
matrix:
1818
include:
1919
- php: 7.4
20+
- php: 8.0
2021
- php: nightly
2122
allow_failures:
2223
- php: nightly

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ namespaced, cleaned up, improved and other stuff.
1010
[![CodeCov][coverage-badge]][coverage]
1111
[![Scrunitizer CI][scrutinizer-badge]][scrutinizer]
1212
[![Packagist downloads][downloads-badge]][downloads]<br/>
13-
[![Continuous Integration][gh-action-badge]][gh-action] [![phpDocs][gh-docs-badge]][gh-docs]
13+
[![Continuous Integration][gh-action-badge]][gh-action]
14+
[![phpDocs][gh-docs-badge]][gh-docs]
1415

1516
[php-badge]: https://img.shields.io/packagist/php-v/chillerlan/php-qrcode?logo=php&color=8892BF
1617
[php]: https://www.php.net/supported-versions.php
1718
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-qrcode.svg
1819
[packagist]: https://packagist.org/packages/chillerlan/php-qrcode
1920
[license-badge]: https://img.shields.io/github/license/chillerlan/php-qrcode.svg
2021
[license]: https://github.com/chillerlan/php-qrcode/blob/main/LICENSE
21-
[travis-badge]: https://img.shields.io/travis/chillerlan/php-qrcode.svg?logo=travis
22-
[travis]: https://travis-ci.org/chillerlan/php-qrcode
22+
[travis-badge]: https://img.shields.io/travis/com/chillerlan/php-qrcode/main?logo=travis
23+
[travis]: https://travis-ci.com/github/chillerlan/php-qrcode
2324
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-qrcode.svg?logo=codecov
2425
[coverage]: https://codecov.io/github/chillerlan/php-qrcode
2526
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-qrcode.svg?logo=scrutinizer

0 commit comments

Comments
 (0)