Skip to content

Commit 28ffef7

Browse files
committed
Forces installation of IO::Socket::SSL
1 parent e276c76 commit 28ffef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/travis-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ case "${BUILDENV}" in
1818
ZEF_BUILD="$HEAD_BUILD/share/perl6/site/bin"
1919
git clone https://github.com/ugexe/zef.git && cd zef && perl6 -Ilib bin/zef install . && cd ..
2020
export PATH="$PATH:$ZEF_BUILD"
21+
zef --/tap-harness install IO::Socket::SSL # Needs to be installed in advance
2122
zef --/tap-harness --depsonly install .
2223
mkdir build
2324
;;

0 commit comments

Comments
 (0)