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 ae46e01 commit aaff203Copy full SHA for aaff203
.travis.yml
@@ -20,3 +20,6 @@ before_script:
20
- composer install --dev --no-interaction
21
22
script: phpunit
23
+
24
+after_script:
25
+ - php vendor/bin/coveralls -v
composer.json
@@ -17,7 +17,8 @@
17
},
18
"require-dev": {
19
"illuminate/cache": "4.1.x",
- "illuminate/auth": "4.1.x"
+ "illuminate/auth": "4.1.x",
+ "satooshi/php-coveralls": "dev-master"
"autoload": {
"psr-0": {
0 commit comments