diff --git a/.travis.yml b/.travis.yml index 60840c1..cac0275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,5 @@ before_script: script: - vendor/bin/phpunit -after_script: - - vendor/bin/coveralls - -notifications: - email: matthiasnoback@gmail.com +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index 052577a..d09e7a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SimpleBus/JMSSerializerBridge -[![Build Status](https://travis-ci.org/SimpleBus/JMSSerializerBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/JMSSerializerBridge) [![Coverage Status](https://coveralls.io/repos/SimpleBus/JMSSerializerBridge/badge.svg)](https://coveralls.io/r/SimpleBus/JMSSerializerBridge) +[![Build Status](https://travis-ci.org/SimpleBus/JMSSerializerBridge.svg?branch=master)](https://travis-ci.org/SimpleBus/JMSSerializerBridge) [![codecov](https://codecov.io/gh/SimpleBus/JMSSerializerBridge/branch/master/graph/badge.svg)](https://codecov.io/gh/SimpleBus/JMSSerializerBridge) By [Matthias Noback](http://php-and-symfony.matthiasnoback.nl/) diff --git a/composer.json b/composer.json index 4d0ff67..2b68837 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,7 @@ "jms/serializer": "~0.12||~1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0", - "satooshi/php-coveralls": "~0.6" + "phpunit/phpunit": "~4.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1e3e479..80ed076 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -15,6 +15,6 @@ - + \ No newline at end of file