Skip to content

Commit

Permalink
changes for codeclimate - coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abbadon1334 committed Jul 4, 2019
1 parent 5d2faa2 commit e0e53b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,4 +19,4 @@ script:
after_script:
- php vendor/bin/codacycoverage clover coverage/xml/clover.xml
- sh -c 'if( [ "$TRAVIS_PHP_VERSION" != "hhvm" ] ); then php vendor/bin/coveralls -v; fi;'
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- ./cc-test-reporter after-build --coverage-input-type clover --exit-code $TRAVIS_TEST_RESULT

0 comments on commit e0e53b4

Please sign in to comment.