travis.yml: remive duplicate entry
This commit is contained in:
parent
9a7f3cbf8a
commit
98d6cde7a2
1 changed files with 1 additions and 4 deletions
|
@ -6,9 +6,6 @@ php:
|
|||
- 7.3
|
||||
- 7.4
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
env:
|
||||
global:
|
||||
- RUN_PHPSTAN="FALSE"
|
||||
|
@ -34,7 +31,7 @@ sudo: false
|
|||
|
||||
before_script:
|
||||
# - mysql -e 'create database sabredav'
|
||||
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
|
||||
# - composer self-update
|
||||
- composer update $PREFER_LOWEST
|
||||
|
||||
|
|
Loading…
Reference in a new issue