update travis file
This commit is contained in:
44
.travis.yml
44
.travis.yml
@@ -1,32 +1,28 @@
|
|||||||
language: perl
|
language: perl
|
||||||
perl:
|
perl:
|
||||||
- 'blead'
|
- 'blead'
|
||||||
- '5.26'
|
- '5.26'
|
||||||
- '5.24'
|
- '5.24'
|
||||||
- '5.22'
|
- '5.22'
|
||||||
- '5.20'
|
- '5.20'
|
||||||
- '5.18'
|
- '5.18'
|
||||||
- '5.16'
|
- '5.16'
|
||||||
- '5.14'
|
- '5.14'
|
||||||
- '5.12'
|
- '5.12'
|
||||||
- '5.10'
|
- '5.10'
|
||||||
- '5.8'
|
- '5.8'
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- perl: 'blead'
|
- perl: 'blead'
|
||||||
- perl: '5.8'
|
- perl: '5.8'
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- perl: '5.24'
|
- perl: '5.26'
|
||||||
env: COVERAGE=1
|
env: COVERAGE=1
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libsnmp-dev
|
- libsnmp-dev
|
||||||
# Dist::Zilla would make this easier
|
|
||||||
before_install:
|
before_install:
|
||||||
# for some reason, travis-perl doesnt work out that it needs to install:
|
|
||||||
- cpanm --quiet --notest DBIx::Class::Optional::Dependencies
|
|
||||||
- cpanm Test::More
|
- cpanm Test::More
|
||||||
# - cd Netdisco; perl Makefile.PL; make listalldeps | cpanm --quiet --notest
|
|
||||||
- eval $(curl https://travis-perl.github.io/init) --auto
|
- eval $(curl https://travis-perl.github.io/init) --auto
|
||||||
|
|||||||
Reference in New Issue
Block a user