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.
1 parent 808c04b commit 22be43fCopy full SHA for 22be43f
.travis.yml
@@ -22,12 +22,15 @@ before_script:
22
- ls -al
23
24
script:
25
- - ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
+ - php vendor/bin/phpunit -c phpunit.xml.dist
26
27
28
after_script:
29
- travis_retry php coveralls.phar -v
30
31
+after_success:
32
+ - travis_retry php vendor/bin/php-coveralls -v
33
+
34
branches:
35
only: master
36
README.md
@@ -48,6 +48,7 @@ Example:
48
49
50
#### How to use
51
52
```
53
54
0 commit comments