repo.or.cz
/
gnu-stow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update docs according to recent commits (#39)
[gnu-stow.git]
/
.travis.yml
blob
38d49433198446bf032f16819ee85e5a10c40072
1
language: perl
2
perl:
3
- "5.20"
4
- "5.18"
5
- "5.16"
6
- "5.14"
7
sudo: false
8
addons:
9
apt:
10
packages:
11
- texinfo
12
- texlive
13
- texi2html
14
before_install:
15
- cpanm -n Devel::Cover::Report::Coveralls
16
install:
17
- autoreconf --install
18
- eval `perl -V:siteprefix`
19
- ./configure --prefix=$siteprefix && make
20
- make cpanm
21
script:
22
- make distcheck
23
- perl Build.PL && ./Build build && cover -test -report coveralls
24
- ./Build distcheck