diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..95f5ea5 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-ci +src_dir: . \ No newline at end of file diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index aaad356..50b990c 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -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