Skip to content

Commit

Permalink
Update travis and readme
Browse files Browse the repository at this point in the history
- Travis should allow php8 tests to fail, as phpunit doesn't support it yet
- Update minimum version badge
  • Loading branch information
canihavesomecoffee committed Feb 24, 2019
1 parent f24ead7 commit f23f544
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ sudo: false
php:
- 7.2
- 7.3
- 7.4snapshot
- master

matrix:
allow_failures:
- php: master

before_install:
- composer self-update
- composer clear-cache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CanIHaveSomeCoffee/TheTVDbAPI

[![Packagist](https://img.shields.io/packagist/v/canihavesomecoffee/thetvdbapi.svg)](https://packagist.org/packages/canihavesomecoffee/thetvdbapi)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-green.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-green.svg)](https://php.net/)
[![Build status](https://api.travis-ci.org/canihavesomecoffee/theTVDbAPI.svg?branch=master)](https://travis-ci.org/canihavesomecoffee/theTVDbAPI)
[![codecov](https://codecov.io/gh/canihavesomecoffee/theTVDbAPI/branch/master/graph/badge.svg)](https://codecov.io/gh/canihavesomecoffee/theTVDbAPI)

Expand Down

0 comments on commit f23f544

Please sign in to comment.