]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
call the perl tests as well
authorTobias Oetiker <tobi@oetiker.ch>
Fri, 13 Jun 2014 08:50:26 +0000 (10:50 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 13 Jun 2014 08:50:26 +0000 (10:50 +0200)
.travis.yml

index 9bd2800639eef3c56db5207da7fa1308498ebc93..389faaa589ee9aab60eacda0542f75c7c9cc9320 100644 (file)
@@ -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