Skip to content

Commit

Permalink
removed unused code fom phpunit xml conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Mar 11, 2017
1 parent cf95897 commit 5431923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_script:

script:
- mkdir -p build/logs
- phpunit
- vendor/bin/phpunit

after_success:
- travis_retry php vendor/bin/coveralls --coverage_clover=build/logs/clover.xml
1 change: 0 additions & 1 deletion phpunit.xml
Expand Up @@ -29,6 +29,5 @@

<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>

0 comments on commit 5431923

Please sign in to comment.