Distar needs autodie
[gitmo/Moo.git] / .travis.yml
index 3ccaf94..96a6fd3 100644 (file)
@@ -7,7 +7,7 @@ before_install:
   - perlbrew install-cpanm -f
   - perl -V
 install:
-  - cpanm --verbose --no-interactive --notest strictures
+  - cpanm --verbose --no-interactive --notest strictures autodie
   - cpanm --verbose --no-interactive --notest --installdeps --with-develop --with-recommends --with-suggests .
   - cpanm --verbose --no-interactive --notest Devel::Cover::Report::Coveralls
 script: