We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dac011 commit 39f063aCopy full SHA for 39f063a
1 file changed
.travis.yml
@@ -24,7 +24,8 @@ before_script:
24
script:
25
- phpunit --configuration tests/phpunit.xml
26
27
-after_script:
+after_success:
28
+ - bash <(curl -s https://codecov.io/bash)
29
- php vendor/bin/coveralls -v
30
31
addons:
0 commit comments