From 93e4edb6f6076f03fcccf8bf46b290ec7d83ff63 Mon Sep 17 00:00:00 2001 From: David Yell Date: Wed, 11 Mar 2015 15:09:36 +0000 Subject: [PATCH] Added specific coveralls file --- .coveralls.yml | 3 +++ .travis.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .coveralls.yml 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