Merge branch 'master' of github.com:netdisco/netdisco

This commit is contained in:
Oliver Gorwits
2018-01-06 11:14:13 +00:00

View File

@@ -1,6 +1,7 @@
language: perl language: perl
perl: perl:
- 'blead' - 'blead'
- '5.26'
- '5.24' - '5.24'
- '5.22' - '5.22'
- '5.20' - '5.20'
@@ -27,5 +28,5 @@ before_install:
# for some reason, travis-perl doesnt work out that it needs to install: # for some reason, travis-perl doesnt work out that it needs to install:
- cpanm --quiet --notest DBIx::Class::Optional::Dependencies - cpanm --quiet --notest DBIx::Class::Optional::Dependencies
- cpanm Test::More - 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 - eval $(curl https://travis-perl.github.io/init) --auto