From: Tobias Oetiker Date: Fri, 13 Jun 2014 08:50:26 +0000 (+0200) Subject: call the perl tests as well X-Git-Tag: v1.5.0-rc1~76^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4785dd2100fceddbda98d86750e80ec41087f8f3;p=thirdparty%2Frrdtool-1.x.git call the perl tests as well --- diff --git a/.travis.yml b/.travis.yml index 9bd28006..389faaa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,11 @@ script: - make check - make check TESTS_STYLE=valgrind - sudo make install + - cd bindings/perl-shared && make test - /opt/rrdtool-master/bin/rrdtool - /opt/rrdtool-master/share/rrdtool/examples/4charts.pl -after_success: - - ( cd src ; find -name '*.c' | xargs -n 1 gcov -a .libs ; find -name '*.c' | xargs -n 1 ) - - coveralls --no-gcov --encoding latin1 --exclude tests --exclude bindings +# after_success: +# - ( cd src ; find -name '*.c' | xargs -n 1 gcov -a .libs ; find -name '*.c' | xargs -n 1 ) +# - coveralls --no-gcov --encoding latin1 --exclude tests --exclude bindings