From 9cfc723e6a20a6727832f9c27ed9d7c397e9fe92 Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 27 May 2016 11:25:06 +0200 Subject: [PATCH] testing --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 408edb62..2638cfa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ script: - (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message) - ./src/ebusd/ebusd --help after_success: - - find src/ebusd -name "*.gc*" - - g++ --version - - gcov --version - - hexdump -C src/lib/ebus/symbol.gcno |head - - hexdump -C src/lib/ebus/symbol.gcda |head - - gcov -pb ./src/ebusd/symbol.gcno + - find . -name "*.gc*" + - (cd src/ebusd && gcov -pb main.gcno) - codecov