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

Commit

Permalink
fail doc test purposefully
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Aug 19, 2015
1 parent ebbe2a0 commit 84fcf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -62,7 +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
- export PDLDOC_FUNCTION="write_png"; export PAGER="cat"; perl -MPDL::Doc::Perldl -e "PDL::Doc::Perldl::finddoc('$PDLDOC_FUNCTION')" | awk 'BEGIN { r = 0; } { print $0; if( $0 ~ /^No PDL docs/ ) r = 1; } END { exit r }'
- export PDLDOC_FUNCTION="write_pn"; export PAGER="cat"; perl -MPDL::Doc::Perldl -e "PDL::Doc::Perldl::finddoc('$PDLDOC_FUNCTION')" | awk 'BEGIN { r = 0; } { print $0; if( $0 ~ /^No PDL docs/ ) r = 1; } END { exit r }'
after_success:
- coverage-report
branches:
Expand Down

0 comments on commit 84fcf99

Please sign in to comment.