Skip to content

Commit 6991469

Browse files
committed
rename phpunit.xml to phpunit.xml.dist
1 parent de7089d commit 6991469

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install:
88
- travis_retry composer install --no-interaction
99

1010
script:
11-
- vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover coverage.xml
11+
- vendor/bin/phpunit --coverage-clover coverage.xml
1212

1313
after_success:
1414
- bash <(curl -s https://codecov.io/bash)
File renamed without changes.

0 commit comments

Comments
 (0)