Skip to content

Commit

Permalink
Allow PHP 7.4 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jul 1, 2019
1 parent b0ab0b9 commit 08bd83e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,10 @@ after_failure:
# Print *.actual content
- for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done

matrix:
allow_failures:
- php: 7.4snapshot

jobs:
include:
- env: title="Lowest Dependencies 7.1"
Expand Down

0 comments on commit 08bd83e

Please sign in to comment.