Skip to content

Commit 1106a13

Browse files
committed
Adds needed module
1 parent 5ce2c70 commit 1106a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shippable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build:
33
- apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 379CE192D401AB61
44
- echo "deb http://dl.bintray.com/nxadm/perl6-doc trusty main" | sudo tee -a /etc/apt/sources.list
55
- apt-get update && apt-get install rakudo-pkg-for-doc
6+
- cpanm TAP::Formatter::JUnit
67
- PATH="/opt/rakudo-pkg-for-doc/bin:/opt/rakudo-pkg-for-doc/share/perl6/site/bin:$PATH"
78
- P6_DOC_TEST_VERBOSE=1 prove -timer --formatter=TAP::Formatter::JUnit -e perl6 t | tee shippable/testresults/doctests.xml
89

0 commit comments

Comments
 (0)