Skip to content

Commit

Permalink
Allow xdebug not to be disabled
Browse files Browse the repository at this point in the history
This allows the script to continue if xdebug can't be disabled
(most likely bc it isn't there in the first place)
  • Loading branch information
BackEndTea authored and Márcio Almada committed Jul 20, 2021
1 parent ceccdc2 commit a4697b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
sudo: false

before_script:
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || true
- composer self-update
- composer require satooshi/php-coveralls:~2.0.0 --no-update --dev
- composer install --prefer-source
Expand Down

0 comments on commit a4697b5

Please sign in to comment.