Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
add a test for pdldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Aug 19, 2015
1 parent 1edf783 commit b60a0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -62,6 +62,7 @@ before_script:
script:
- export PROVE_FLAG=""; if [ "$TEST_INSTALLED" == 1 ]; then make install clean; else PROVE_FLAG="-b -v"; fi # clean is to ensure no blib
- if [ "$SERIAL_TESTING" == 1 ]; then prove $PROVE_FLAG $(test-files); else prove --formatter TAP::Formatter::File -j$(test-jobs) $PROVE_FLAG $(test-files); fi
- PDLDOC_FUNCTION="write_png" PAGER="cat" perl -MPDL::Doc::Perldl -e "PDL::Doc::Perldl::finddoc('$PDLDOC_FUNCTION')"
after_success:
- coverage-report
branches:
Expand Down

0 comments on commit b60a0dd

Please sign in to comment.