Skip to content

Commit

Permalink
set xdebug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zajca committed Aug 26, 2021
1 parent be350bc commit 1d1db84
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ php:
- 7.3
- 7.4

before_script:
env:
global:
- XDEBUG_MODE=coverage

before_script:
- composer install
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- export GIT_COMMIT_SHA=$TRAVIS_COMMIT
- export GIT_BRANCH=$TRAVIS_BRANCH
- export GIT_BRANCH=$TRAVIS_BRANCH
- ./cc-test-reporter before-build

script:
Expand All @@ -22,6 +26,6 @@ after_success:
- ./cc-test-reporter after-build --exit-code 0 --debug

notifications:
email: false
email: false
slack:
secure: WVnUU0fkZS75md3mm7B08SxhP3HDeHbJ8GTPR1DUVjK3MHAmKeSah/plNNxn9I/TdlXnHzQO5WBN33nUq0ODGGT4WFzFa66YTX2tb+bNSmewBOv82hEoITTI1PI9SLq0WNtcamHWCM3Rt1XtiZb3DQk/OcUfiWrrn74q4PPX+VY=

0 comments on commit 1d1db84

Please sign in to comment.