Skip to content

Commit dbbce3e

Browse files
committed
travis runs make html
1 parent 52c4358 commit dbbce3e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ perl6:
1212
install:
1313
- rakudobrew build-panda
1414
- panda installdeps .
15+
- panda install Pod::To::HTML
16+
17+
script: make test && make html

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# p6doc -- an attempt to write something like 'perldoc' for Perl 6
22

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+
35
An HTML version of this documentation can be found at http://doc.perl6.org/.
46

57
(If you are browsing this repository via github, it will not display most

0 commit comments

Comments
 (0)