Skip to content

Commit a86685d

Browse files
committed
Continue even if tests fail during deps install
See raku-community-modules/HTTP-UserAgent#184
1 parent cc74a49 commit a86685d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ perl6:
44
- '2018.04'
55
install:
66
- rakudobrew build-zef
7-
- zef install --depsonly .
7+
- zef install --depsonly --force-test .
88
script:
99
- prove -v -e "perl6 --ll-exception -Ilib" t
1010
after_success:

0 commit comments

Comments
 (0)