From 6df4d303088040c606b142988f5e328481458407 Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 27 May 2016 10:31:18 +0200 Subject: [PATCH] testing --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0daa963c..99dbfda4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ script: - (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message) - ./src/ebusd/ebusd --help after_success: - - bash <(curl -s https://codecov.io/bash) + - export + - find . -type f + - bash <(curl -s https://codecov.io/bash) -s src