summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKevin Rocard <kevin.rocard@intel.com>2015-04-12 00:33:24 +0200
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:14 -0700
commitcd03f350b45ac747a1e36c59a40b341d1e288ddd (patch)
tree9979ed742a6e0eab84f367e885fec6c6a5f0def1 /.travis.yml
parent2085e0e59a7c1d3d731ad1ffbce4c9434ea9e602 (diff)
downloadexternal_parameter-framework-cd03f350b45ac747a1e36c59a40b341d1e288ddd.zip
external_parameter-framework-cd03f350b45ac747a1e36c59a40b341d1e288ddd.tar.gz
external_parameter-framework-cd03f350b45ac747a1e36c59a40b341d1e288ddd.tar.bz2
[Travis] Only run gcov through coveralls
Gcov was run twice, first by the target ExperimentalCoverage and then by coveralls. As coveralls give a better coverage report and cdash is not used, remove ExperimentalCoverage. Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 449dcad..3777c8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ script:
make -j &&
sudo make install &&
sudo ldconfig &&
- CTEST_OUTPUT_ON_FAILURE=1 make ExperimentalTest ExperimentalCoverage ExperimentalMemCheck )
+ CTEST_OUTPUT_ON_FAILURE=1 make ExperimentalTest ExperimentalMemCheck )
after_success:
# Push coverage info on coveralls.io.