mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: allow PHP 7.4 to fail on Travis
This commit is contained in:
parent
6824b91b00
commit
bafc8d6aef
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ script:
|
|||
# Cypress
|
||||
- yarn cy
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 7.4 # Not ready yet on Travis
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor/
|
||||
|
|
Loading…
Reference in a new issue