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 051935a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- php: 7.1
dist: xenial

matrix:
allow_failures:
- php: 8.0

# Install dependencies before testing
before_script:
- composer selfupdate
Expand Down

0 comments on commit 051935a

Please sign in to comment.