Skip to content

Commit

Permalink
move useful module install and also install Class::Accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw1 committed Jan 17, 2015
1 parent 910d4a7 commit 7ea0cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,11 +8,11 @@ perl:
- "5.10"
env: AUTOMATED_TESTING=1
before_install:
- cpanm --quiet --notest Config::Tiny Geo::HelmertTransform Test::HTML::Content Wiki::Toolkit::Plugin::Ping Devel::Cover::Report::Coveralls Test::JSON Class:Accessor
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-dist
- cd $BUILD_DIR
- cpanm --quiet --notest Config::Tiny Geo::HelmertTransform Test::HTML::Content Wiki::Toolkit::Plugin::Ping Devel::Cover::Report::Coveralls Test::JSON
install:
- cpan-install --deps
script: perl Build.PL && ./Build build && cover -test -ignore Build.pm -report coveralls
Expand Down

0 comments on commit 7ea0cf5

Please sign in to comment.