This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit ff02f885f5cb56d3de26e384d8059d5d0db20bef Author: Tatsuhiko Miyagawa <[email protected]> Date: Fri May 31 13:53:15 2013 +0900 use cpanm installdeps to get with-develop from cpanfile --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb7c58c..38fd5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ perl: - 5.12 - 5.10 before_install: - - cpanm -nq App::mymeta_requires + - perlbrew install-cpanm -f install: - - (mymeta-requires --develop | cpanm -nq) || cat ~/.cpanm/build.log + - (cpanm --installdeps --with-develop -nq .) || cat ~/.cpanm/build.log script: - prove -lr xt -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
