Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fix Travis Builds: use --mirror-only option to prevent installing fro…
Browse files Browse the repository at this point in the history
…m backpan (#4478)

* use mirror only to prevent installing from backpan

* reverse order of mirrors
  • Loading branch information
moollaza committed Sep 6, 2017
1 parent 85f2871 commit 0ad6de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0ad6de9

Please sign in to comment.