Skip to content

Commit

Permalink
Temporary disable PHP7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Jul 1, 2019
1 parent 08bd83e commit 610f6b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4snapshot
# - 7.4snapshot

before_install:
# Turn off XDebug
Expand All @@ -20,10 +20,6 @@ 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 610f6b1

Please sign in to comment.