Skip to content

Commit

Permalink
no author testing for prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 28, 2018
1 parent 700541c commit c63e1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -67,7 +67,7 @@ before_install:
- cpanm -n Safe@2.35

install:
- cpm install -L $PERL_CARTON_PATH --resolver $CPAN_RESOLVER --workers $(test-jobs) || (cat ~/.perl-cpm/build.log; false)
- AUTHOR_TESTING=0 cpm install -L $PERL_CARTON_PATH --resolver $CPAN_RESOLVER --workers $(test-jobs) || (cat ~/.perl-cpm/build.log; false)

before_script:
- "perl -i -pe 's/(servers :)9900/localhost:9200/' metacpan_server_testing.conf"
Expand Down

0 comments on commit c63e1a2

Please sign in to comment.