Skip to content

Commit

Permalink
Fixed PHP 7.4 testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Jul 10, 2019
1 parent f77d4d7 commit 19cec16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4-snapshot
- 7.4snapshot
- nightly

matrix:
Expand All @@ -45,7 +45,7 @@ matrix:
allow_failures:
- env: deps=beta
- php: nightly
- php: 7.4-snapshot
- php: 7.4snapshot

before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available"
Expand Down

0 comments on commit 19cec16

Please sign in to comment.