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 09644d5 commit 1d69edeCopy full SHA for 1d69ede
shippable.yml
@@ -5,5 +5,5 @@ build:
5
- apt-get update && apt-get install rakudo-pkg-for-doc
6
- curl -L https://cpanmin.us | perl - App::cpanminus && 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
+ - P6_DOC_TEST_VERBOSE=1 prove --timer --formatter=TAP::Formatter::JUnit -e perl6 t | tee shippable/testresults/doctests.xml
9
0 commit comments