Fix Travis Builds: use --mirror-only option to prevent installing from backpan (#4478)

* use mirror only to prevent installing from backpan

* reverse order of mirrors
master
Zaahir Moolla 2017-09-06 13:01:56 -04:00 committed by GitHub
parent 85f28710a6
commit 0ad6de99b1
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ install:
- npm install -g uglify-js handlebars jasmine-node
- npm install mathjs
- cpanm --quiet --notest Dist::Zilla
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org
- dzil authordeps | grep -ve '^\W' | xargs -n 5 -P 10 cpanm --quiet --notest --mirror http://www.cpan.org/ --mirror http://duckpan.org --mirror-only
- dzil listdeps | grep -ve '^\W' | cpanm --quiet --notest --mirror http://www.cpan.org --mirror http://duckpan.org --mirror-only
language: perl
perl:
- 5.16