Skip to content

Commit

Permalink
Test with actual parsing of results for shippable.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Apr 22, 2018
1 parent efab848 commit 79a69df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable.yml
Expand Up @@ -4,5 +4,5 @@ build:
- echo "deb http://dl.bintray.com/nxadm/perl6-doc trusty main" | sudo tee -a /etc/apt/sources.list
- apt-get update && apt-get install rakudo-pkg-for-doc
- PATH="/opt/rakudo-pkg-for-doc/bin:/opt/rakudo-pkg-for-doc/share/perl6/site/bin:$PATH"
- P6_DOC_TEST_VERBOSE=1 make test
- P6_DOC_TEST_VERBOSE=1 prove -timer --formatter=TAP::Formatter::JUnit -e perl6 t > shippable/testresults/doctests.xml

0 comments on commit 79a69df

Please sign in to comment.