1branches:
2  except:
3    - gh-pages
4language: perl
5perl:
6  - "5.20"
7  - "5.18"
8  - "5.16"
9  - "5.14"
10  - "5.12"
11  - "5.10"
12
13before_install:
14  - cpanm --notest Test::Version
15  - cpanm --notest Test::Pod::Coverage
16  - cpanm --notest Test::Pod
17  - cpanm --notest Test::Code::TidyAll
18  - cpanm --notest Test::Perl::Critic
19