Skip to content

Commit

Permalink
.travis.yml updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Feb 9, 2021
1 parent 21696dc commit ad2e9b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ jobs:

- stage: test
name: Default Test
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- test -f ./tests/reports/clover.xml && composer test-report || true
- .cc-test-reporter format-coverage --input-type clover tests/reports/clover.xml --output tests/reports/codeclimate.json
- .cc-test-reporter upload-coverage --input tests/reports/codeclimate.json

- name: Test with PHP 5.6
env:
Expand Down

0 comments on commit ad2e9b0

Please sign in to comment.