update travis file

This commit is contained in:
Oliver Gorwits
2018-01-06 13:52:06 +00:00
parent 0d5ca99f50
commit 6b8da71c11

View File

@@ -17,16 +17,12 @@ matrix:
- perl: '5.8'
fast_finish: true
include:
- perl: '5.24'
- perl: '5.26'
env: COVERAGE=1
addons:
apt:
packages:
- libsnmp-dev
# Dist::Zilla would make this easier
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
# - cd Netdisco; perl Makefile.PL; make listalldeps | cpanm --quiet --notest
- eval $(curl https://travis-perl.github.io/init) --auto