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

Commit 0389d07

Browse files
committed
Run coverage against latest versions
1 parent 55f5657 commit 0389d07

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ php:
77

88
script:
99
- composer install -n
10-
- vendor/bin/phpunit
11-
- rm -rf vendor
12-
- composer update --prefer-lowest -n
1310
- vendor/bin/phpunit --coverage-clover=coverage.xml
14-
15-
after_success:
1611
- if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then bash <(curl -s https://codecov.io/bash); fi
12+
- rm -rf vendor
13+
- composer update --prefer-lowest -n
14+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)