We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55c5dfd + 3d558bd commit cce2f43Copy full SHA for cce2f43
.travis.yml
@@ -3,7 +3,9 @@ before_script:
3
- composer install --dev --no-interaction
4
- cd test/unit
5
script:
6
-- ../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test* --coverage-clover clover.xml
+- ../../vendor/bin/phpunit . --bootstrap bootstrap.php --filter test* --coverage-clover=coverage.xml
7
+after_success:
8
+- bash <(curl -s https://codecov.io/bash)
9
php:
10
- 5.6
11
- 7.0
@@ -22,4 +24,4 @@ notifications:
22
24
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
23
25
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
26
format: html
- notify: true
27
+ notify: true
0 commit comments