Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 7abc2dd

Browse files
committed
Downgrade travis file to old phpunit version
#30
1 parent e1c76ee commit 7abc2dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ before_script:
1212

1313
# Explicitly use the phpunit from composer, not any system-wide found
1414
script:
15-
- vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.xml tests
15+
- vendor/bin/phpunit tests
16+
# newer versions of phpunit allow this configuration: -c phpunit.xml --coverage-clover=coverage.xml tests
1617

1718
after_success:
18-
- php vendor/bin/codacycoverage clover coverage.xml
19+
- php vendor/bin/codacycoverage clover

0 commit comments

Comments
 (0)