Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/perl6/doc
  • Loading branch information
gfldex committed Jul 22, 2016
2 parents 88b9a88 + 4aee722 commit e6f2aa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -12,7 +12,12 @@ sparse:
bigpage:
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml

# Common tests that are run by travis with every commit
test:
prove --exec perl6 t/00-load.t t/pod-htmlify.t t/tabs.t t/typegraph.t t/pod-convenience.t t/pod6.t

# Extended tests
xtest:
prove --exec perl6 -r t

help:
Expand Down

0 comments on commit e6f2aa0

Please sign in to comment.