Skip to content

Commit

Permalink
Remove invalid mirror arg from travis cpanm command
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Oct 28, 2013
1 parent 6a7f083 commit b52c830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ env:
- METACPAN_ES_TEST_PORT=9200

before_install:
- cpanm -n --mirror http://cpan.mirrors.travis-ci.org Devel::Cover::Report::Coveralls
- cpanm -n Devel::Cover::Report::Coveralls

script:
- perl Makefile.PL && cover -test -report coveralls
Expand Down

0 comments on commit b52c830

Please sign in to comment.