Skip to content

Commit

Permalink
does using latest things help?
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Nov 14, 2013
1 parent b71a48a commit 743108a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ perl:
install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest Carp::Always
- cpanm --quiet --notest --installdeps .

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- PERL5OPT='-MCarp::Always -MDevel::Cover=-coverage,statement,branch,condition,path,subroutine' prove -lrsv t
- cover

after_success:
Expand Down
5 changes: 3 additions & 2 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
requires 'CGI::Session' => 3.95;
requires 'CGI::Application' => 3.21;
requires 'CGI' => 3.63;
requires 'CGI::Session' => 4.48;
requires 'CGI::Application' => 4.50;
requires 'File::Spec';
requires 'Scalar::Util';

Expand Down

0 comments on commit 743108a

Please sign in to comment.