Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Travis-CI: change --verbose install back to --quiet
  • Loading branch information
zmughal committed Mar 21, 2015
1 parent 8391795 commit 8467166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -48,7 +48,7 @@ before_install:
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- cpanm --verbose --notest ExtUtils::F77 Term::ReadLine::Gnu PGPLOT # do not need tests
- cpanm --quiet --notest ExtUtils::F77 Term::ReadLine::Gnu PGPLOT # do not need tests
- cpanm --quiet --notest Devel::CheckLib # specify this now because this is a CONFIGURE_REQUIRES for author-side
- cpanm --force --verbose ExtUtils::ParseXS # we install the latest ExtUtils::ParseXS
- if [ "$EUMM_BLEAD" == 1 ]; then cpanm --quiet --notest --dev ExtUtils::MakeMaker; fi
Expand Down

0 comments on commit 8467166

Please sign in to comment.