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 52c4358 commit dbbce3eCopy full SHA for dbbce3e
.travis.yml
@@ -12,3 +12,6 @@ perl6:
12
install:
13
- rakudobrew build-panda
14
- panda installdeps .
15
+ - panda install Pod::To::HTML
16
+
17
+script: make test && make html
README.md
@@ -1,5 +1,7 @@
1
# p6doc -- an attempt to write something like 'perldoc' for Perl 6
2
3
+[](https://travis-ci.org/perl6/doc) [](https://opensource.org/licenses/Artistic-2.0)
4
5
An HTML version of this documentation can be found at http://doc.perl6.org/.
6
7
(If you are browsing this repository via github, it will not display most
0 commit comments