Skip to content

Commit

Permalink
allow failures for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy-sk committed Jan 11, 2021
1 parent 7f1425a commit 67eeec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
dist: xenial
- php: 7.1
dist: xenial
allow_failures:
- php: 8.0

# Install dependencies before testing
before_script:
Expand Down

0 comments on commit 67eeec3

Please sign in to comment.