Commit 92f1eff1 authored by Jens Segers's avatar Jens Segers

Coveralls tweak

parent aaff2035
......@@ -18,8 +18,11 @@ before_script:
- mysql -e 'create database unittest;'
- composer self-update
- composer install --dev --no-interaction
- composer require satooshi/php-coveralls:dev-master --dev --no-progress --prefer-source
script: phpunit
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v
......@@ -17,8 +17,7 @@
},
"require-dev": {
"illuminate/cache": "4.1.x",
"illuminate/auth": "4.1.x",
"satooshi/php-coveralls": "dev-master"
"illuminate/auth": "4.1.x"
},
"autoload": {
"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