Skip to content

Commit

Permalink
Merge pull request #60 from snapshotpl/patch-1
Browse files Browse the repository at this point in the history
Add support for php 7.4
  • Loading branch information
Ocramius committed Jan 3, 2020
2 parents e89567f + 015d3b6 commit 8f29800
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -34,6 +34,12 @@ matrix:
env:
- DEPS=latest
- CS_CHECK=true
- php: 7.4
env:
- DEPS=lowest
- php: 7.4
env:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down

0 comments on commit 8f29800

Please sign in to comment.