From 9a160887be8aaa24d528099c6dd42534d43217f8 Mon Sep 17 00:00:00 2001 From: Dean Hamstead Date: Sun, 7 May 2017 13:57:21 +1000 Subject: [PATCH] Ensure we use the latest Test::More, as its needed in xt/ --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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