Skip to content

Commit

Permalink
Working on Coveralls uploading.
Browse files Browse the repository at this point in the history
  • Loading branch information
beporter committed Jul 6, 2015
1 parent 2346ed0 commit b773072
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ before_script:
- vendor/bin/phpcs --config-set installed_paths vendor/loadsys/loadsys_codesniffer,vendor/cakephp/cakephp-codesniffer

script:
- vendor/bin/phpcs -p --extensions=php --standard=Loadsys src tests
- vendor/bin/phpunit --coverage-xml=build/logs/clover.xml
- vendor/bin/phpcs -np --extensions=php --standard=Loadsys ./src ./tests
- vendor/bin/phpunit --coverage-clover=build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v

notifications:
Expand Down

0 comments on commit b773072

Please sign in to comment.