]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Add podchecker to .travis.yml
authorWolfgang Stöggl <c72578@yahoo.de>
Tue, 12 Nov 2019 11:58:28 +0000 (12:58 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 13 Nov 2019 08:35:44 +0000 (09:35 +0100)
- Check the syntax of doc/*.pod files

.travis.yml

index d7687146901366212c86f5141433925dcac578e4..f5f0f314d450cec4ef3d0537248399273cdb9e55 100644 (file)
@@ -29,6 +29,7 @@ script:
   # Disable the following, failing tests: rpn1 rpn2 xport1
   # These tests are failing on Travis CI (currently Ubuntu xenial, 16.04LTS), when using valgrind-logfile
   - make check TESTS_STYLE="valgrind-logfile" TESTS="modify1 modify2 modify3 modify4 modify5 tune1 tune2 graph1 rrdcreate dump-restore create-with-source-1 create-with-source-2 create-with-source-3 create-with-source-4 create-with-source-and-mapping-1 create-from-template-1 dcounter1 vformatter1 list1 pdp-calc1"
+  - podchecker doc/*.pod
   - sudo make install
   - cd bindings/perl-shared && make test
   - cd ../python && python setup.py test