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 4dd25d1 commit 4045aa3Copy full SHA for 4045aa3
.travis.yml
@@ -7,3 +7,5 @@ php:
7
before_script: composer install
8
9
script: vendor/bin/phpunit
10
+
11
+after_success: php vendor/bin/coveralls
composer.json
@@ -13,7 +13,8 @@
13
"php": ">=5.6",
14
"illuminate/support": "^5.4",
15
"illuminate/database": "^5.4",
16
- "illuminate/validation": "^5.4"
+ "illuminate/validation": "^5.4",
17
+ "satooshi/php-coveralls": "^1.0"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^6.0",
0 commit comments