From e27b71d12cfb4d549cf1d9f996008ae39244db17 Mon Sep 17 00:00:00 2001 From: "sean.sandy" Date: Wed, 16 Aug 2017 13:00:44 -0400 Subject: [PATCH] lets try this codecov thing --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b9d74a..4263066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ before_script: - composer install -n script: - - vendor/bin/phpunit - - vendor/bin/phpcpd --min-tokens 10 source - - vendor/bin/phpcs --standard=PSR2 --extensions=php source - - vendor/bin/phpunit --coverage-text \ No newline at end of file + - composer build + - composer coverage + +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file