Skip to content

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Pistej committed Feb 24, 2021
1 parent 33b9937 commit 7655b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'

before_install:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand All @@ -16,7 +17,7 @@ before_script:
- ./cc-test-reporter before-build

script:
- ./vendor/bin/phpunit --coverage-clover clover.xml
- XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover clover.xml

after_script:
- ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT

0 comments on commit 7655b13

Please sign in to comment.