Skip to content

Commit ab18900

Browse files
committed
update travis file
1 parent c89f646 commit ab18900

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ before_script:
1717

1818
script:
1919
- mkdir -p build/logs
20-
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml tests
21-
- ls -l build/logs
22-
- cat build/logs/clover.xml
20+
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml tests
2321

2422
after_success:
2523
- travis_retry php vendor/bin/php-coveralls -v

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/miladrahimi/phprouter.svg?branch=master)](https://travis-ci.org/miladrahimi/phprouter)
2-
[![Coverage Status](https://coveralls.io/repos/github/miladrahimi/phprouter/badge.svg?branch=master)](https://coveralls.io/github/miladrahimi/phprouter?branch=master)
2+
[![Coverage Status](https://coveralls.io/repos/github/miladrahimi/phprouter/badge.png?branch=master)](https://coveralls.io/github/miladrahimi/phprouter?branch=master)
33

44
# PhpRouter
55
PhpRouter is a powerful and standalone URL router for PHP projects.

0 commit comments

Comments
 (0)