Merge pull request #587 from duckduckgo/jag/autodie

TravisCI: duckpan DDG fails with old version of autodie.
master
Rob Emery 2014-08-15 18:54:57 +01:00
commit e40769965e
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install:
- cpanm --quiet --notest --skip-installed Dist::Zilla
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-installed
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --skip-installed
- cpanm --quiet --notest App::DuckPAN
- cpanm --quiet --notest App::DuckPAN autodie
- duckpan DDG
language: perl
perl:

View File

@ -115,6 +115,7 @@ push_to = origin master
perl_version = 5.16
perl_version = 5.18
extra_dep = App::DuckPAN
extra_dep = autodie
after_install = duckpan DDG
before_install = sudo apt-get update -qq
before_install = sudo apt-get install -y libmpfr-dev