We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce2c70 commit 1106a13Copy full SHA for 1106a13
shippable.yml
@@ -3,6 +3,7 @@ build:
3
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 379CE192D401AB61
4
- echo "deb http://dl.bintray.com/nxadm/perl6-doc trusty main" | sudo tee -a /etc/apt/sources.list
5
- apt-get update && apt-get install rakudo-pkg-for-doc
6
+ - cpanm TAP::Formatter::JUnit
7
- PATH="/opt/rakudo-pkg-for-doc/bin:/opt/rakudo-pkg-for-doc/share/perl6/site/bin:$PATH"
8
- P6_DOC_TEST_VERBOSE=1 prove -timer --formatter=TAP::Formatter::JUnit -e perl6 t | tee shippable/testresults/doctests.xml
9
0 commit comments