Skip to content

Commit

Permalink
.travis.yml: Added --quiet to cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesg committed May 2, 2014
1 parent 7628b16 commit cd8d4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,13 +19,13 @@ install:
- sudo apt-get -qq install libssl-dev libssh2-1-dev openssh-client openssh-server
- cpanm --quiet --notest Dist::Zilla Dist::Zilla::PluginBundle::Author::ALEXBIO Pod::Coverage::TrustPod
- cpanm --quiet --notest Devel::Cover::Report::Coveralls Dist::Zilla::App::Command::cover
- dzil listdeps --missing | cpanm --notest
- dzil listdeps --missing | cpanm --quiet --notest

script:
- ssh-keygen -t rsa -f ~/.ssh/id_rsa -N "" -q
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- ssh-keyscan -t rsa localhost >> ~/.ssh/known_hosts
- dzil cover -ignore_re ^deps -test -report coveralls
- dzil cover -ignore_re ^deps -ignore_re CORE -test -report coveralls

notifications:
recipient:
Expand Down

0 comments on commit cd8d4f2

Please sign in to comment.