Hopefully fix coveralls

This commit is contained in:
Sébastien Lucas 2013-12-05 13:02:39 +01:00
parent 2d4ee94e05
commit efdbb09357
2 changed files with 2 additions and 1 deletions

2
.coveralls.yml Normal file
View file

@ -0,0 +1,2 @@
service_name: travis-ci
src_dir: .

View file

@ -25,7 +25,6 @@ php composer.phar install
# Handle coveralls
mkdir -p build/logs
cp -v clover.xml build/logs/clover.xml
echo "src_dir: ." > .coveralls.yml
php vendor/bin/coveralls -v --exclude-no-stmt
# Handle Sauce