make sure EUMM is up to date for travis
Graham Knop [Thu, 29 Aug 2013 18:37:28 +0000 (14:37 -0400)]
.travis.yml

index 03f2783..c3c3fee 100644 (file)
@@ -9,7 +9,7 @@ before_install:
   - perlbrew install-cpanm -f
   - perl -V
 install:
-  - cpanm --verbose --no-interactive --notest strictures autodie
+  - cpanm --verbose --no-interactive --notest strictures autodie ExtUtils::MakeMaker
   - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
   - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls
 script: