Skip to content

Commit 9ff973d

Browse files
committed
update travis build
1 parent 885d399 commit 9ff973d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
language: php
22

3+
php:
4+
- 7.2
5+
- 7.3
6+
- 7.4
7+
- 8.0
8+
9+
before_script:
10+
- travis_retry composer self-update
11+
- travis_retry composer install --no-interaction --prefer-source --dev
12+
313
script:
414
- vendor/bin/phpunit --coverage-clover coverage.xml
515

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@
3232
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
3333
</listeners>
3434

35-
<logging>
36-
<log type="coverage-clover" target="clover.xml"/>
37-
</logging>
3835
</phpunit>

0 commit comments

Comments
 (0)