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 marcioAlmada committed Sep 30, 2019
1 parent 9518254 commit 6a7fe41
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 6a7fe41

Please sign in to comment.