From: Tobias Oetiker Date: Sat, 29 Mar 2014 06:31:43 +0000 (+0100) Subject: ONLY gcov should run in the src directory X-Git-Tag: v1.5.0-rc1~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d745bb69dfd9090d1c54277d7d35cd7b707b690b;p=thirdparty%2Frrdtool-1.x.git ONLY gcov should run in the src directory --- diff --git a/.travis.yml b/.travis.yml index 4d29587c..49391670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,6 @@ script: - /opt/rrdtool-master/share/rrdtool/examples/4charts.pl after_success: - - cd src && gcov *.o - - cd src && coveralls --no-gcov --encoding latin1 --exclude tests --exclude bindings + - ( cd src && gcov *.o ) + - coveralls --no-gcov --encoding latin1 --exclude tests --exclude bindings