Skip to content

Commit a5fcd02

Browse files
author
Milad Rahimi
authored
Update .travis.yml
1 parent 919cb97 commit a5fcd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

1818
script:
1919
- mkdir -p build/logs
20-
- vendor/bin/phpunit --debug --coverage-clover build/logs/clover.xml tests
20+
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml tests
2121
- ls -l build/logs
2222
- cat build/logs/clover.xml
2323

0 commit comments

Comments
 (0)