-
Notifications
You must be signed in to change notification settings - Fork 2
/
.travis.yml
57 lines (57 loc) · 1.51 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
addons:
apt:
packages:
- ack-grep
- asciidoc
- build-essential
- cmake
- cpanminus
- dbtoepub
- docbook-defguide
- docbook-xsl
- docbook-xsl-ns
- fop
- fortune-mod
- graphicsmagick
- hunspell
- inkscape
- myspell-en-gb
- libdb5.3-dev
- libgd-dev
- libhunspell-dev
- libncurses-dev
- libpcre3-dev
- libperl-dev
- libxml2-dev
- mercurial
- myspell-en-gb
- lynx
- optipng
- perl
- python3
- python3-setuptools
- python3-pip
- silversearcher-ag
- strip-nondeterminism
- tidy
- valgrind
- wml
- xsltproc
- xz-utils
- zip
dist: xenial
perl:
- '5.26'
matrix:
fast_finish: true
os: linux
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":[email protected]"
install:
- cpanm local::lib
- eval "$(perl -Mlocal::lib=$HOME/perl_modules)"
- gem install asciidoctor
- cpanm -n App::XML::DocBook::Docmake Code::TidyAll::Plugin::TestCount HTML::T5 MooX MooX::late Perl::Critic Perl::Tidy Test::HTML::Tidy::Recursive Test::TrailingSpace Test::Code::TidyAll
script:
- bash -x .travis-run-test.bash