Skip to content

Commit 4045aa3

Browse files
committed
Attempt to enable coveralls
1 parent 4dd25d1 commit 4045aa3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ php:
77
before_script: composer install
88

99
script: vendor/bin/phpunit
10+
11+
after_success: php vendor/bin/coveralls

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"php": ">=5.6",
1414
"illuminate/support": "^5.4",
1515
"illuminate/database": "^5.4",
16-
"illuminate/validation": "^5.4"
16+
"illuminate/validation": "^5.4",
17+
"satooshi/php-coveralls": "^1.0"
1718
},
1819
"require-dev": {
1920
"phpunit/phpunit": "^6.0",

0 commit comments

Comments
 (0)