Skip to content

Commit

Permalink
Allow PHP 8 failure on Travis CI
Browse files Browse the repository at this point in the history
imagick hasn't been released on PECL for PHP 8 yet
  • Loading branch information
ifox committed Jan 20, 2021
1 parent 435673f commit 92a2fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ php:

matrix:
allow_failures:
- php: 8.0
- php: nightly

# This triggers builds to run on the new TravisCI infrastructure.
Expand Down

0 comments on commit 92a2fc5

Please sign in to comment.