From be0576ad9528a1aa82f8206bf7937079754461d5 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Alekseev" Date: Thu, 9 Jan 2020 13:29:32 +0300 Subject: [PATCH] Upload results --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c17db64..64a81ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,6 @@ install: script: - vendor/bin/phpcs --standard=vendor/yiisoft/yii2-coding-standards/Yii2 --extensions=php src - php vendor/bin/codecept run --coverage --coverage-xml + +after_success: + - bash <(curl -s https://codecov.io/bash)