Skip to content

Commit

Permalink
Fix colover build log path
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Mar 23, 2019
1 parent c62f885 commit 58abd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 58abd88

Please sign in to comment.