From 58abd8897b8fd12d081093e2bd94efb0dab56ebc Mon Sep 17 00:00:00 2001 From: peter279k Date: Sun, 24 Mar 2019 02:23:37 +0800 Subject: [PATCH] Fix colover build log path --- .travis.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b39f913..77f8ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ matrix: install: - composer install script: - - ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml + - ./vendor/bin/phpunit --coverage-clover=./build/logs/clover.xml after_script: - php vendor/bin/php-coveralls -v diff --git a/README.md b/README.md index 1553b4b..d477fa6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Dependency Calculator +[![Build Status](https://travis-ci.org/peter279k/dependency-calculator.svg?branch=master)](https://travis-ci.org/peter279k/dependency-calculator) ## Introduction - This is the demonsration for SITCON 2019 talk.