diff --git a/.travis.yml b/.travis.yml index e612a9e..887059b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ php: install: composer install script: phpunit --coverage-clover build/logs/clover.xml after_script: - - CODECLIMATE_REPO_TOKEN="994d49d26b49bc06c85c32c84ece534c44d0bad8ae4b86b54ff87172de256788" vendor/bin/test-reporter --stdout > codeclimate.json \ No newline at end of file + - CODECLIMATE_REPO_TOKEN="aca2b01aaa74cb142d590b26c267141eb31c477cad2b6f907e312bf3fc82ce96" vendor/bin/test-reporter --stdout > codeclimate.json \ No newline at end of file diff --git a/README.md b/README.md index bee0b1a..62cd051 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Code Climate](https://codeclimate.com/github/silktide/templated-emailer/badges/gpa.svg)](https://codeclimate.com/github/silktide/templated-emailer) +[![Test Coverage](https://codeclimate.com/github/silktide/templated-emailer/badges/coverage.svg)](https://codeclimate.com/github/silktide/templated-emailer/coverage) + + # Templated emailer This library simply ties together Symfony's powerful templating engine with the flexibility of Swiftmailer, allowing you to send templated emails easily.