File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ addons :
2
+ apt :
3
+ packages :
4
+ - graphviz
1
5
branches :
2
6
except :
3
7
- gh-pages
8
12
install :
9
13
- rakudobrew build-panda
10
14
- panda installdeps .
15
+ - panda install Pod::To::HTML
16
+
17
+ script : make test && make html
Original file line number Diff line number Diff line change 1
1
# p6doc -- an attempt to write something like 'perldoc' for Perl 6
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/perl6/doc.svg?branch=master )] ( https://travis-ci.org/perl6/doc ) [ ![ artistic] ( https://img.shields.io/badge/license-Artistic%202.0-blue.svg?style=flat )] ( https://opensource.org/licenses/Artistic-2.0 )
4
+
3
5
An HTML version of this documentation can be found at http://doc.perl6.org/ .
4
6
5
7
(If you are browsing this repository via github, it will not display most
You can’t perform that action at this time.
0 commit comments