diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..00f055f --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,3 @@ +src_dir: Plugin/Seo +coverage_clover: build/logs/clover.xml +json_path: build/logs/coveralls-upload.json \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index dd909a6..b65fbbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,9 +25,6 @@ matrix: before_script: - git clone -b master https://github.com/FriendsOfCake/travis.git --depth 1 ../travis - ../travis/before_script.sh - - pwd - - ls -lha - - cat .coveralls.yml script: - ../travis/script.sh