Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from edno/feature/fix-travis-failure
Browse files Browse the repository at this point in the history
Fix Travis failure due to xdebug
  • Loading branch information
edno committed Dec 12, 2020
2 parents 1204d8b + e1e2a24 commit 9e3572b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ branches:
- 2.x
- 1.x

env:
global:
- XDEBUG_MODE=coverage

php:
- 7.2
- 7.3
- 7.4
- nightly
- 8.0

jobs:
allow_failures:
- php: nightly
- php: 8.0

before_script:
- composer install
Expand Down

0 comments on commit 9e3572b

Please sign in to comment.