On 2012/11/9, at 下午3:14, "Fields, Christopher J" <cjfie...@illinois.edu> wrote: > > We have this set up for the bioperl project, it's pretty easy: > > https://github.com/bioperl/bioperl-live/blob/master/.travis.yml > https://travis-ci.org/bioperl/bioperl-live > > We haven't added all dependencies to it yet but it works very well.
perlbrew has setup travis too: https://github.com/gugod/App-perlbrew/blob/develop/.travis.yml I had a bit trouble solving the constant test failure on 5.12 there due to the dependency installation fail on local::lib. The 'before_install' part is the solution I came up with. In short, installing local::lib there brings up the initial CPAN.pm configure prompt and waits there until it timed out. Cheers, Kang-min Liu