13 - git config --global user.name "TravisCI"
14 - git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
16 - cpanm --quiet --notest --skip-satisfied Dist::Zilla
17 - "dzil authordeps --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
18 - "dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose"
20 - dzil smoke --release --author