Update .travis.yml

This commit is contained in:
Oliver Gorwits
2018-01-06 10:48:44 +00:00
committed by GitHub
parent 76d390d440
commit 8fe9b4e9bd

View File

@@ -1,6 +1,7 @@
language: perl
perl:
- 'blead'
- '5.26'
- '5.24'
- '5.22'
- '5.20'
@@ -27,5 +28,5 @@ 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
# - cd Netdisco; perl Makefile.PL; make listalldeps | cpanm --quiet --notest
- eval $(curl https://travis-perl.github.io/init) --auto