Skip to content

Commit

Permalink
Remove PHP 7.4 from allow_failures matrix
Browse files Browse the repository at this point in the history
In order to ensure that branch `1.6` is forward compatible with PHP 7.4, let's allow the jobs to fail.
  • Loading branch information
carusogabriel authored Nov 4, 2019
1 parent 09deece commit be0affa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ install:
script: ./vendor/bin/phpunit

jobs:
allow_failures:
- php: 7.4snapshot

include:
- stage: Test
env: COVERAGE
Expand Down

0 comments on commit be0affa

Please sign in to comment.