Skip to content

Commit

Permalink
Travis-CI: install CPAN::Changes so that author test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Mar 15, 2015
1 parent 2a6ba1e commit f4198bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,7 @@ before_install:
- perl -V
- 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 --quiet --notest CPAN::Changes # for author tests
- cpanm --force --verbose ExtUtils::ParseXS # we install the latest ExtUtils::ParseXS
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
Expand Down

0 comments on commit f4198bd

Please sign in to comment.