Skip to content

Commit ade3687

Browse files
committed
Try and upgrade zef
1 parent 931fcc1 commit ade3687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ build:
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 libtap-formatter-junit-perl
66
- PATH="/opt/rakudo-pkg-for-doc/bin:/opt/rakudo-pkg-for-doc/share/perl6/site/bin:$PATH"
7-
- zef update && zef install Perl6::TypeGraph
7+
- zef upgrade zef && zef update && zef install Perl6::TypeGraph
88
- P6_DOC_TEST_VERBOSE=1 prove --timer --formatter=TAP::Formatter::JUnit -e perl6 t > shippable/testresults/doctests.xml
99

0 commit comments

Comments
 (0)