travis stuff - new attempt
This commit is contained in:
@@ -19,7 +19,7 @@ before_install:
|
||||
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
|
||||
install:
|
||||
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
|
||||
- "dzil authordeps --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
|
||||
- "dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose"
|
||||
- dzil authordeps --missing | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest
|
||||
- dzil listdeps --author --missing | grep -vP '[^\w:]' | cpanm --verbose
|
||||
script:
|
||||
- dzil smoke --release --author
|
||||
|
||||
Reference in New Issue
Block a user