Commit aaff2035 authored by Jens Segers's avatar Jens Segers

Testing coveralls

parent ae46e016
...@@ -20,3 +20,6 @@ before_script: ...@@ -20,3 +20,6 @@ before_script:
- composer install --dev --no-interaction - composer install --dev --no-interaction
script: phpunit script: phpunit
after_script:
- php vendor/bin/coveralls -v
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
}, },
"require-dev": { "require-dev": {
"illuminate/cache": "4.1.x", "illuminate/cache": "4.1.x",
"illuminate/auth": "4.1.x" "illuminate/auth": "4.1.x",
"satooshi/php-coveralls": "dev-master"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment