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

Commit cb24764

Browse files
authored
Update .travis.yml
1 parent 341b415 commit cb24764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- 7.1
88
- 7.2
99
- 7.3
10+
1011
matrix:
1112
fast_finish: true
1213

@@ -22,9 +23,8 @@ script:
2223
- phpunit --coverage-clover="../logs/coverage.xml"
2324

2425
after_success:
25-
- bash <(curl -s https://codecov.io/bash)
26-
- php -v
2726
- cat ../logs/coverage.xml
27+
- bash <(curl -s https://codecov.io/bash)
2828

2929
deploy:
3030
provider: releases

0 commit comments

Comments
 (0)