Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 43f2598

Browse files
authored
Update .travis.yml
1 parent 1e1fdcf commit 43f2598

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ before_install:
1717
- cd tests
1818

1919
script:
20-
- phpunit --stderr
21-
- vendor/bin/phpunit --coverage-clover=coverage.xml
20+
- phpunit --stderr --coverage-clover=coverage.xml
2221

2322
after_success:
2423
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)