diff --git a/.travis.yml b/.travis.yml index ea28922..2f3cbdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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