Skip to content

Commit

Permalink
fix the travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Nov 28, 2016
1 parent 30dd1ce commit 69c620d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_install:
- git config --global user.name "TravisCI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
install:
- cpanm --quiet --notest --skip-satisfied Dist::Zilla Pod::Weaver::Section::Support Software::License::ISC
- cpanm --quiet --notest --skip-satisfied Dist::Zilla Pod::Weaver::Section::Support Software::License::ISC
- "(cd Text-Table/ && dzil authordeps --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest)"
- "(cd Text-Table/ && dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose)"
script:
Expand Down

0 comments on commit 69c620d

Please sign in to comment.