Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
phpunit.xml.dist instead of phpunit.xml to make phpunit pass
  • Loading branch information
mmoreram committed May 17, 2014
1 parent 41410d7 commit 9f267c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ before_script:
- composer install --prefer-source --no-interaction

script:
- phpunit -c phpunit.xml --coverage-clover=coverage.clover
- phpunit -c phpunit.xml.dist --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

notifications:
email: false
email: false

0 comments on commit 9f267c3

Please sign in to comment.