Skip to content

Commit aaff203

Browse files
committed
Testing coveralls
1 parent ae46e01 commit aaff203

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ before_script:
2020
- composer install --dev --no-interaction
2121

2222
script: phpunit
23+
24+
after_script:
25+
- php vendor/bin/coveralls -v

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"require-dev": {
1919
"illuminate/cache": "4.1.x",
20-
"illuminate/auth": "4.1.x"
20+
"illuminate/auth": "4.1.x",
21+
"satooshi/php-coveralls": "dev-master"
2122
},
2223
"autoload": {
2324
"psr-0": {

0 commit comments

Comments
 (0)