diff --git a/.travis.yml b/.travis.yml index caafa78a..5be1525f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,5 +26,6 @@ addons: 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