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 e276c76 commit 28ffef7Copy full SHA for 28ffef7
util/travis-build.sh
@@ -18,6 +18,7 @@ case "${BUILDENV}" in
18
ZEF_BUILD="$HEAD_BUILD/share/perl6/site/bin"
19
git clone https://github.com/ugexe/zef.git && cd zef && perl6 -Ilib bin/zef install . && cd ..
20
export PATH="$PATH:$ZEF_BUILD"
21
+ zef --/tap-harness install IO::Socket::SSL # Needs to be installed in advance
22
zef --/tap-harness --depsonly install .
23
mkdir build
24
;;
0 commit comments