Skip to content

Commit 4b23aca

Browse files
committed
Merge pull request #250 from sylvarant/master
Travis runs make html
2 parents dc670e3 + dbbce3e commit 4b23aca

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
addons:
2+
apt:
3+
packages:
4+
- graphviz
15
branches:
26
except:
37
- gh-pages
@@ -8,3 +12,6 @@ perl6:
812
install:
913
- rakudobrew build-panda
1014
- 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)