Bump version to 2.4.1 for development of next release
[gnu-stow.git] / .travis.yml
blobcbd4ef6a413a0aacb63866badc50e2d6281e8be7
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 before_install:
14   - cpanm -n Devel::Cover::Report::Coveralls
15 install:
16   - autoreconf --install
17   - eval `perl -V:siteprefix`
18   # Note: this will complain Test::Output isn't yet installed:
19   - ./configure --prefix=$siteprefix && make
20   # but that's OK because we install it here:
21   - make cpanm
22 script:
23   - make distcheck
24   - perl Build.PL && ./Build build && cover -test -report coveralls
25   - ./Build distcheck