Skip to content

Commit c7a3821

Browse files
committed
Changes to documentable container refs #2983
1 parent 5eaaad6 commit c7a3821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ version: 2
22
jobs:
33
test-linux:
44
docker:
5-
- image: jjmerelo/perl6-doccer
5+
- image: antoniogamiz/documentable
66
steps:
77
- checkout
88
- run:
99
name: Test documentable
1010
command: |
11-
zef install Documentable
1211
# test one build
1312
documentable start -a -v
1413

0 commit comments

Comments
 (0)