Skip to content

Commit

Permalink
There's no .coveralls.yml in repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 10, 2016
1 parent cb619b5 commit a0002e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -77,7 +77,7 @@ script:
- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi"

- sh -c "if [ '$COVERALLS' = '1' ]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover build/logs/clover.xml || true; fi"
- sh -c "if [ '$COVERALLS' = '1' ]; then vendor/bin/coveralls -c .coveralls.yml -v; fi"
- sh -c "if [ '$COVERALLS' = '1' ]; then vendor/bin/coveralls -v; fi"

notifications:
email: false

0 comments on commit a0002e5

Please sign in to comment.